dynwalls
dynwalls copied to clipboard
How to use this with KDE plasma ?
I followed the steps but I cannot make it work for KDE plasma.
Hey from a quick google search this stackoverflow question showed up to me. I do not have plasma to test it, but can you try the following:
python3 dynwalls setcmd 'qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript '"'"'var allDesktops = desktops();print (allDesktops);for (i=0;i<allDesktops.length;i++) {d = allDesktops[i];d.wallpaperPlugin = "org.kde.image";d.currentConfigGroup = Array("Wallpaper", "org.kde.image", "General");d.writeConfig("Image", "file://{}")}'"'"
It's a very long command and I am not 100% sure about escaping the quotation marks.
Let me know the results :)