summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 16:13:14 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:08:42 -0400
commit9b8a6791f3ff2512444f10f5dd9f3cf499e7f93b (patch)
tree33a4ad44565d2ab3b61ae824baa41e96cebd9240 /config/Config.qml
parentclean up lock screen (diff)
downloadcaelestia-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.qml7
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
+ },
};
}