summaryrefslogtreecommitdiff
path: root/config/SidebarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-18 15:19:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-18 15:19:15 +1000
commit85d575f6c18017693cb2f3ab07314a0cf43adbe6 (patch)
tree89540859a71162c28c8419af49c75cc3634e6b70 /config/SidebarConfig.qml
parentlauncher: fix open anim (diff)
downloadcaelestia-shell-85d575f6c18017693cb2f3ab07314a0cf43adbe6.tar.gz
caelestia-shell-85d575f6c18017693cb2f3ab07314a0cf43adbe6.tar.bz2
caelestia-shell-85d575f6c18017693cb2f3ab07314a0cf43adbe6.zip
feat: add sidebar
WIP
Diffstat (limited to 'config/SidebarConfig.qml')
-rw-r--r--config/SidebarConfig.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/SidebarConfig.qml b/config/SidebarConfig.qml
new file mode 100644
index 0000000..a871562
--- /dev/null
+++ b/config/SidebarConfig.qml
@@ -0,0 +1,11 @@
+import Quickshell.Io
+
+JsonObject {
+ property bool enabled: true
+ property int dragThreshold: 80
+ property Sizes sizes: Sizes {}
+
+ component Sizes: JsonObject {
+ property int width: 430
+ }
+}