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

Create changeWallpaper

parent 3be9c1e1
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