Skip to content
Snippets Groups Projects
Unverified Commit 681630cd authored by dhruv8sh's avatar dhruv8sh Committed by GitHub
Browse files

Delete changeWallpaper

parent da28c80f
No related branches found
No related tags found
No related merge requests found
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", "$(dirname $0)/Cyberpunk2077-wallpaper.jpg")
}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment