Merge pull request #189 from lonerOrz/feat/wallpaper

Added a toggle for Noctalia-shell wallpaper management
This commit is contained in:
Lemmy 2025-09-01 19:34:47 -04:00 committed by GitHub
commit e6a1bc6e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 3 deletions

View file

@ -170,6 +170,7 @@ Singleton {
// wallpaper
property JsonObject wallpaper: JsonObject {
property bool enabled: true
property string directory: "/usr/share/wallpapers"
property bool enableMultiMonitorDirectories: false
property bool setWallpaperOnAllMonitors: true