From 7c3f82f9517fbb179bab1ebc9671ce421f6311d1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:04:35 +1000 Subject: bar: fix active workspace indicator anims Fix delayed anim when size change Fix trail with variable sized workspaces --- config/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index d41acdf..d7e89e3 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -21,7 +21,7 @@ Singleton { property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true - property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces + property bool activeTrail: false property string label: " " property string occupiedLabel: "󰮯 " property string activeLabel: "󰮯 " -- cgit v1.2.3-freya