diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 16:13:14 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:08:42 -0400 |
| commit | 9b8a6791f3ff2512444f10f5dd9f3cf499e7f93b (patch) | |
| tree | 33a4ad44565d2ab3b61ae824baa41e96cebd9240 /config/Config.qml | |
| parent | clean up lock screen (diff) | |
| download | caelestia-shell-9b8a6791f3ff2512444f10f5dd9f3cf499e7f93b.tar.gz caelestia-shell-9b8a6791f3ff2512444f10f5dd9f3cf499e7f93b.tar.bz2 caelestia-shell-9b8a6791f3ff2512444f10f5dd9f3cf499e7f93b.zip | |
remove themes and configs from launcher
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml index 2fd8c43..12d3e69 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -253,12 +253,17 @@ Singleton { hiddenApps: launcher.hiddenApps, useFuzzy: { apps: launcher.useFuzzy.apps, - actions: launcher.useFuzzy.actions, schemes: launcher.useFuzzy.schemes, variants: launcher.useFuzzy.variants, wallpapers: launcher.useFuzzy.wallpapers }, actions: launcher.actions + sizes: { + itemWidth: launcher.sizes.itemWidth, + itemHeight: launcher.sizes.itemHeight, + wallpaperWidth: launcher.sizes.wallpaperWidth, + wallpaperHeight: launcher.sizes.wallpaperHeight + }, }; } |