Skip to content

Instantly share code, notes, and snippets.

@ZaWertun
Created January 31, 2022 18:04
Show Gist options
  • Save ZaWertun/c95b4135b92d8951a29e39fe5dddbafc to your computer and use it in GitHub Desktop.
Save ZaWertun/c95b4135b92d8951a29e39fe5dddbafc to your computer and use it in GitHub Desktop.
KDE Plasma - list desktop wallpapers
desktops().forEach((desktop, index) => {
desktop.currentConfigGroup = ['Wallpaper', desktop.wallpaperPlugin, 'General'];
if (desktop.screen != -1) {
let image = desktop.readConfig('Image');
print(`Desktop ${index}: ${image}\n`);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment