summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 13:37:34 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-10 13:37:34 +1000
commit6222f969d4e641582544c90053a1fc6fc61da338 (patch)
tree56666f952e712717443b0223b81cc7275aa0acd4 /config/BarConfig.qml
parentfeat: drag launcher to open/close (diff)
downloadcaelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.gz
caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.bz2
caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.zip
feat: non persistent bar option
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 31577c4..bfca030 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -1,6 +1,10 @@
import Quickshell.Io
JsonObject {
+ property bool persistent: true
+ property bool showOnHover: true
+ property int dragThreshold: 20
+
property JsonObject sizes: JsonObject {
property int innerHeight: 30
property int windowPreviewSize: 400