Skip to content

Commit

Permalink
Merge pull request boramalper#67 from euxneks/master
Browse files Browse the repository at this point in the history
needs a proper hex value
  • Loading branch information
boramalper authored Aug 5, 2016
2 parents 6e57c28 + 551fc2a commit e1f02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion himawaripy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def set_background(file_path):
subprocess.call(["gsettings", "set", "org.gnome.desktop.background", "draw-background", "false"])
subprocess.call(["gsettings", "set", "org.gnome.desktop.background", "picture-uri", "file://" + file_path])
subprocess.call(["gsettings", "set", "org.gnome.desktop.background", "picture-options", "scaled"])
subprocess.call(["gsettings", "set", "org.gnome.desktop.background", "primary-color", "FFFFFF"])
subprocess.call(["gsettings", "set", "org.gnome.desktop.background", "primary-color", "#FFFFFF"])
elif de == "mate":
subprocess.call(["gsettings", "set", "org.mate.background", "picture-filename", file_path])
elif de == 'i3':
Expand Down

0 comments on commit e1f02ce

Please sign in to comment.