mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
style: adjust waybar colors
This commit is contained in:
parent
bb69c33701
commit
efbfd95a9f
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ in
|
|||
} */
|
||||
|
||||
#workspaces {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
background-color: #${colors.base00};
|
||||
border-radius: 0.5rem;
|
||||
padding: 0 2px 0 2px;
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ in
|
|||
}
|
||||
|
||||
#window {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
background-color: #${colors.base00};
|
||||
border-radius: 0.5rem;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue