Skip to content

Commit

Permalink
Merge pull request boramalper#98 from pigmonkey/feh-typo
Browse files Browse the repository at this point in the history
add missing whitespace to feh statement
  • Loading branch information
boramalper authored Apr 10, 2018
2 parents ee237b4 + 285c323 commit 7dd0c2a
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 @@ -61,7 +61,7 @@ def set_background(file_path):
else:
print("Couldn't detect plasmashell 5.7 or higher.")
elif has_program("feh"):
print("Couldn't detect your desktop environment ('{}'), but you have"
print("Couldn't detect your desktop environment ('{}'), but you have "
"'feh' installed so we will use it...".format(de))
os.environ['DISPLAY'] = ':0'
subprocess.call(["feh", "--bg-max", file_path])
Expand Down

0 comments on commit 7dd0c2a

Please sign in to comment.