diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:24:54 -0400 |
| commit | 50bbd6f464fd32d3ce345681c6448ef963fb6e81 (patch) | |
| tree | d29ac42d5faaf2c4beb3b8ef3f138729a09de7bf /config/Config.qml | |
| parent | only show active workspaces, fix colors (diff) | |
| download | caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.gz caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.bz2 caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.zip | |
remove more stuffff
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/Config.qml b/config/Config.qml index dbf73a3..de88c05 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -121,30 +121,6 @@ Singleton { function serializeBackground(): var { return { enabled: background.enabled, - wallpaperEnabled: background.wallpaperEnabled, - desktopClock: { - enabled: background.desktopClock.enabled, - scale: background.desktopClock.scale, - position: background.desktopClock.position, - invertColors: background.desktopClock.invertColors, - background: { - enabled: background.desktopClock.background.enabled, - opacity: background.desktopClock.background.opacity, - blur: background.desktopClock.background.blur - }, - shadow: { - enabled: background.desktopClock.shadow.enabled, - opacity: background.desktopClock.shadow.opacity, - blur: background.desktopClock.shadow.blur - } - }, - visualiser: { - enabled: background.visualiser.enabled, - autoHide: background.visualiser.autoHide, - blur: background.visualiser.blur, - rounding: background.visualiser.rounding, - spacing: background.visualiser.spacing - } }; } @@ -252,9 +228,6 @@ Singleton { hiddenApps: launcher.hiddenApps, useFuzzy: { apps: launcher.useFuzzy.apps, - schemes: launcher.useFuzzy.schemes, - variants: launcher.useFuzzy.variants, - wallpapers: launcher.useFuzzy.wallpapers }, actions: launcher.actions sizes: { @@ -326,7 +299,6 @@ Singleton { toasts: { configLoaded: utilities.toasts.configLoaded, chargingChanged: utilities.toasts.chargingChanged, - gameModeChanged: utilities.toasts.gameModeChanged, dndChanged: utilities.toasts.dndChanged, audioOutputChanged: utilities.toasts.audioOutputChanged, audioInputChanged: utilities.toasts.audioInputChanged, |