finally changing the wallpaper, mostly in testing however
This commit is contained in:
parent
aa3c137234
commit
eda86d780d
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell org.kde.PlasmaShell.evaluateScript string:
|
||||
var Desktops = desktops();
|
||||
for (i=0;i<Desktops.length;i++) {
|
||||
d = Desktops[i];
|
||||
d.wallpaperPlugin = "org.kde.image";
|
||||
d.currentConfigGroup = Array("Wallpaper",
|
||||
"org.kde.image",
|
||||
"General");
|
||||
d.writeConfig("Image", "file:///PATH/TO/IMAGE.png");
|
Loading…
Reference in New Issue