home/programs/waybar: change active button color

This commit is contained in:
Anthony Rodriguez 2024-12-05 00:03:14 +01:00
parent 56e4085c73
commit 5f6d4a5ad8
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -50,7 +50,7 @@ window#waybar {
}
#workspaces button.active {
background: @base0E;
background: @base0D;
color: @base02;
}