diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-07 15:04:35 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-07 15:04:35 +1000 |
| commit | 7c3f82f9517fbb179bab1ebc9671ce421f6311d1 (patch) | |
| tree | 6c501a996e58260c331f0fad2244e2b3c6e3a278 /config/BarConfig.qml | |
| parent | internal: move bar to drawer window (diff) | |
| download | caelestia-shell-7c3f82f9517fbb179bab1ebc9671ce421f6311d1.tar.gz caelestia-shell-7c3f82f9517fbb179bab1ebc9671ce421f6311d1.tar.bz2 caelestia-shell-7c3f82f9517fbb179bab1ebc9671ce421f6311d1.zip | |
bar: fix active workspace indicator anims
Fix delayed anim when size change
Fix trail with variable sized workspaces
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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: " " |