Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this with KDE plasma ? #9

Open
mehant-kr opened this issue Oct 22, 2022 · 1 comment
Open

How to use this with KDE plasma ? #9

mehant-kr opened this issue Oct 22, 2022 · 1 comment

Comments

@mehant-kr
Copy link

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

@boi4
Copy link
Owner

boi4 commented Oct 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants