diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
| commit | d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d (patch) | |
| tree | 38b012373dce50c8eecdfaad36332fb6a362f698 /config/Config.qml | |
| parent | only show active workspaces, fix colors (diff) | |
| download | caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.gz caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.bz2 caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.zip | |
remove more stuffff
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/Config.qml b/config/Config.qml index cc268e9..8927a16 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -147,16 +147,6 @@ Singleton { function serializeBackground(): var { return { enabled: background.enabled, - desktopClock: { - enabled: background.desktopClock.enabled - }, - visualiser: { - enabled: background.visualiser.enabled, - autoHide: background.visualiser.autoHide, - blur: background.visualiser.blur, - rounding: background.visualiser.rounding, - spacing: background.visualiser.spacing - } }; } @@ -271,9 +261,6 @@ Singleton { hiddenApps: launcher.hiddenApps, useFuzzy: { apps: launcher.useFuzzy.apps, - schemes: launcher.useFuzzy.schemes, - variants: launcher.useFuzzy.variants, - wallpapers: launcher.useFuzzy.wallpapers }, sizes: { itemWidth: launcher.sizes.itemWidth, @@ -363,7 +350,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, |