mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-28 19:03:17 +01:00
Errors fixed.
This commit is contained in:
parent
2329b1859f
commit
d695168a44
@ -126,7 +126,6 @@ def set_desktop_wallpaper(desktop, img):
|
|||||||
"""
|
"""
|
||||||
util.disown(["qdbus", "org.kde.plasmashell", "/PlasmaShell", "org.kde.PlasmaShell.evaluateScript",
|
util.disown(["qdbus", "org.kde.plasmashell", "/PlasmaShell", "org.kde.PlasmaShell.evaluateScript",
|
||||||
string % img])
|
string % img])
|
||||||
|
|
||||||
else:
|
else:
|
||||||
set_wm_wallpaper(img)
|
set_wm_wallpaper(img)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user