dynwalls icon indicating copy to clipboard operation
dynwalls copied to clipboard

How to use this with KDE plasma ?

Open mehant-kr opened this issue 2 years ago • 1 comments

I followed the steps but I cannot make it work for KDE plasma.

mehant-kr avatar Oct 22 '22 18:10 mehant-kr

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 :)

boi4 avatar Oct 24 '22 13:10 boi4