From e8fe4ef673ebb3bc89f192ad5dba0b6d54149f34 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:49:05 +1000 Subject: feat: bar workspaces show windows Better hyprland clients (update existing instead of resetting every time) Option for ws trail Custom label for occupied ws as well --- config/BarConfig.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index fe0dab3..e5c0711 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -26,7 +26,10 @@ Singleton { readonly property int shown: 10 readonly property string style: "" readonly property bool occupiedBg: true - readonly property string label: " " + readonly property bool showWindows: true + readonly property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces + readonly property string label: " " + readonly property string occupiedLabel: "󰮯 " readonly property string activeLabel: "󰮯 " } -- cgit v1.2.3-freya