mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 03:57:44 +00:00
Fix waybar colors
This commit is contained in:
parent
ba19209ed9
commit
26bd25f8af
1 changed files with 5 additions and 5 deletions
|
@ -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};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue