Update
This commit is contained in:
		
							parent
							
								
									34ad61c36f
								
							
						
					
					
						commit
						f92e69c2a2
					
				|  | @ -16,6 +16,17 @@ let allDesktops = desktops(); | ||||||
| //     desktop.writeConfig("SlidePaths", "/usr/share/plasma/wallpapers,/usr/share/wallpapers");
 | //     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*/ | /*General*/ | ||||||
| var panel = new Panel; | var panel = new Panel; | ||||||
| panel.offset = 0; | panel.offset = 0; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue