summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Bar.qml4
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