summaryrefslogtreecommitdiff
path: root/config/ControlCenterConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-05 16:19:58 +1000
commitfb650907a0b18fab4f996c2fdc110d2d091e4060 (patch)
treeab2ec5bb7f17fc36ea9ccc12bad451c43a1b7f9c /config/ControlCenterConfig.qml
parentinternal: position slider handle correctly (diff)
downloadcaelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.gz
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.tar.bz2
caelestia-shell-fb650907a0b18fab4f996c2fdc110d2d091e4060.zip
internal: rename dcontent -> controlcenter
Diffstat (limited to 'config/ControlCenterConfig.qml')
-rw-r--r--config/ControlCenterConfig.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/ControlCenterConfig.qml b/config/ControlCenterConfig.qml
new file mode 100644
index 0000000..13afbd2
--- /dev/null
+++ b/config/ControlCenterConfig.qml
@@ -0,0 +1,11 @@
+import Quickshell.Io
+
+JsonObject {
+ property Sizes sizes: Sizes {}
+
+ component Sizes: JsonObject {
+ property real heightMult: 0.7
+ property real ratio: 16 / 9
+ property real expandedNavWidth: 180
+ }
+}