Skip to content

Instantly share code, notes, and snippets.

@mamantoha
Last active May 28, 2024 15:43
Show Gist options
  • Save mamantoha/c01363e5c791e8324d6248b09cf29bbb to your computer and use it in GitHub Desktop.
Save mamantoha/c01363e5c791e8324d6248b09cf29bbb to your computer and use it in GitHub Desktop.
Set desktop wallpaper in Plasma5 via a dbus command
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript 'var allDesktops = desktops(); 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:///path/to/image.png")}'
@lostcitizen
Copy link

do you know how to change the filling settings? (croped, keep proportions, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment