Skip to content

Commit

Permalink
add missing whitespace to feh statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmonkey committed Apr 1, 2018
1 parent 1091e40 commit 285c323
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 285c323

Please sign in to comment.