diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:33:36 -0500 |
| commit | 2c2805abc3dc41ecfb6c48d3707d23423568c5a2 (patch) | |
| tree | 71dab16530ad4c0bc47b08d7dec1107093879f37 /config/Config.qml | |
| parent | only show active workspaces, fix colors (diff) | |
| download | caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.gz caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.tar.bz2 caelestia-shell-2c2805abc3dc41ecfb6c48d3707d23423568c5a2.zip | |
remove more stuffff
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/Config.qml b/config/Config.qml index b5e89f9..8988f90 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -148,29 +148,6 @@ Singleton { function serializeBackground(): var { return { enabled: background.enabled, - 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 - } }; } @@ -286,9 +263,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, @@ -378,7 +352,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, |