This commit is contained in:
Valeria Fadeeva 2024-10-23 19:17:46 +05:00
parent 34ad61c36f
commit f92e69c2a2
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,17 @@ let allDesktops = desktops();
// desktop.writeConfig("SlidePaths", "/usr/share/plasma/wallpapers,/usr/share/wallpapers");
// }
for (let i = 0; i < allDesktops.length; i++) {
let desktop = allDesktops[i];
// Add the widget to the desktop
let widget = desktop.addWidget("luisbocanegra.desktop.wallpaper.effects");
widget.currentConfigGroup = ["General"];
widget.writeConfig("colorizationColor", "#1a7597")
widget.writeConfig("hideWidget", true)
}
/*General*/
var panel = new Panel;
panel.offset = 0;