diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 17:00:30 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-08 17:00:30 -0500 |
| commit | 1e258986aedae45f6046731840a38613997861a8 (patch) | |
| tree | 97bc34be43c96ddf3251ad98f0bab7ec664dab28 /config/Config.qml | |
| parent | remove pfp (diff) | |
| download | caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.gz caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.bz2 caelestia-shell-1e258986aedae45f6046731840a38613997861a8.zip | |
hardcode single wallpaper
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Config.qml b/config/Config.qml index 40ca036..cc268e9 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -263,7 +263,6 @@ Singleton { enabled: launcher.enabled, showOnHover: launcher.showOnHover, maxShown: launcher.maxShown, - maxWallpapers: launcher.maxWallpapers, specialPrefix: launcher.specialPrefix, actionPrefix: launcher.actionPrefix, enableDangerousActions: launcher.enableDangerousActions, @@ -408,7 +407,7 @@ Singleton { function serializePaths(): var { return { - wallpaperDir: paths.wallpaperDir, + wallpaper: paths.wallpaper, sessionGif: paths.sessionGif, mediaGif: paths.mediaGif }; |