Skip to content

Commit

Permalink
Update AutoWall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeAstro authored Jun 26, 2021
1 parent 8c4341e commit 737a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoWall.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def is_running(process):
command=f"feh --no-fehbg --bg-fill '{folder}/{imgname}'"
elif de=="afterstep":
command=f"fbsetbg {folder}/{imgname}"
elif de=="t":
elif de=="trinity":
command=f"dcop kdesktop KBackgroundIface setWallpaper 1 '{folder}/{imgname}' 6"
elif de=="mac":
command=f'osascript -e \'tell application "Finder" to set desktop picture to POSIX file "{folder}/{imgname}"'
Expand Down

0 comments on commit 737a452

Please sign in to comment.