wallpaper script tests, at this stage i am not sure if this is going to work

This commit is contained in:
logzinga 2022-10-31 13:44:34 +11:00
parent eda86d780d
commit 5db83fca4e
2 changed files with 2 additions and 1 deletions

BIN
files/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -8,4 +8,5 @@ for (i=0;i<Desktops.length;i++) {
d.currentConfigGroup = Array("Wallpaper",
"org.kde.image",
"General");
d.writeConfig("Image", "file:///PATH/TO/IMAGE.png");
d.writeConfig("Image", "file:///elnathco/files/wallpaper.png");