1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 03:57:44 +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};
}
#workspaces button:nth-child(1) button.has-window {
#workspaces button:nth-child(1) {
color: ${base08};
}
#workspaces button:nth-child(2) button.has-window {
#workspaces button:nth-child(2) {
color: ${base09};
}
#workspaces button:nth-child(3) button.has-window {
#workspaces button:nth-child(3) {
color: ${base0A};
}
#workspaces button:nth-child(4) button.has-window {
#workspaces button:nth-child(4) {
color: ${base0B};
}
#workspaces button:nth-child(5) button.has-window {
#workspaces button:nth-child(5) {
color: ${base0C};
}