mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: force waybar colors to avoid inconsistency with themes
This commit is contained in:
parent
3b70ba1abf
commit
f5b2c76cb0
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ window#waybar {
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left {
|
.modules-left {
|
||||||
|
@ -36,6 +37,8 @@ window#waybar {
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
padding: 0 0.3rem 0 0;
|
padding: 0 0.3rem 0 0;
|
||||||
|
border: #cccccc;
|
||||||
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
|
|
Loading…
Reference in a new issue