From 6222f969d4e641582544c90053a1fc6fc61da338 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:37:34 +1000 Subject: feat: non persistent bar option --- config/BarConfig.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/BarConfig.qml') 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 -- cgit v1.2.3-freya