From 85d575f6c18017693cb2f3ab07314a0cf43adbe6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:19:15 +1000 Subject: feat: add sidebar WIP --- config/SidebarConfig.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/SidebarConfig.qml (limited to 'config/SidebarConfig.qml') 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 + } +} -- cgit v1.2.3-freya