diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-30 22:53:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-30 22:53:46 +0200 |
commit | 6e25cba188f04dd7a3b9343e71f52165ad857a03 (patch) | |
tree | 4dc405bfe135efc8e5969e9d19392e7d0f6f23ae /accounts/gkleen@sif | |
parent | f3f8405c6d30503cd5f8132c92614b0ac7fa1ad8 (diff) | |
download | nixos-6e25cba188f04dd7a3b9343e71f52165ad857a03.tar nixos-6e25cba188f04dd7a3b9343e71f52165ad857a03.tar.gz nixos-6e25cba188f04dd7a3b9343e71f52165ad857a03.tar.bz2 nixos-6e25cba188f04dd7a3b9343e71f52165ad857a03.tar.xz nixos-6e25cba188f04dd7a3b9343e71f52165ad857a03.zip |
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Bar.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 09554a39..47f3a83c 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml | |||
@@ -98,10 +98,10 @@ PanelWindow { | |||
98 | font.pointSize: 10 | 98 | font.pointSize: 10 |
99 | font.family: "Fira Sans" | 99 | font.family: "Fira Sans" |
100 | color: { | 100 | color: { |
101 | if (workspaceData.active_window_id === null) | ||
102 | return "#555"; | ||
103 | if (workspaceData.is_active) | 101 | if (workspaceData.is_active) |
104 | return "#23fd00"; | 102 | return "#23fd00"; |
103 | if (workspaceData.active_window_id === null) | ||
104 | return "#555"; | ||
105 | return "white"; | 105 | return "white"; |
106 | } | 106 | } |
107 | anchors.centerIn: parent | 107 | anchors.centerIn: parent |