1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 04:27:46 +00:00

Fix waybar colors

This commit is contained in:
RGBCube 2023-12-10 13:51:29 +03:00
parent ba19209ed9
commit 26bd25f8af
No known key found for this signature in database

View file

@ -137,23 +137,23 @@ homeConfiguration "nixos" {
color: ${base05}; color: ${base05};
} }
#workspaces button:nth-child(1) button.has-window { #workspaces button:nth-child(1) {
color: ${base08}; color: ${base08};
} }
#workspaces button:nth-child(2) button.has-window { #workspaces button:nth-child(2) {
color: ${base09}; color: ${base09};
} }
#workspaces button:nth-child(3) button.has-window { #workspaces button:nth-child(3) {
color: ${base0A}; color: ${base0A};
} }
#workspaces button:nth-child(4) button.has-window { #workspaces button:nth-child(4) {
color: ${base0B}; color: ${base0B};
} }
#workspaces button:nth-child(5) button.has-window { #workspaces button:nth-child(5) {
color: ${base0C}; color: ${base0C};
} }