feat: change the colour of the selected workspace in waybar

This commit is contained in:
autumn-the-kitty-cat
2025-11-28 18:05:06 -05:00
parent 92e9b70b04
commit 629929b657
+1 -1
View File
@@ -132,7 +132,7 @@
} }
#workspaces button.active { #workspaces button.active {
color: #${config.stylix.base16Scheme.palette.base0E}; color: #${config.stylix.base16Scheme.palette.base0D};
} }
''; '';
}; };