diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
| commit | 6222f969d4e641582544c90053a1fc6fc61da338 (patch) | |
| tree | 56666f952e712717443b0223b81cc7275aa0acd4 /config | |
| parent | feat: drag launcher to open/close (diff) | |
| download | caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.gz caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.bz2 caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.zip | |
feat: non persistent bar option
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 4 |
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 |