forked from poz/niksos
feat(waybar): better contrast for active workspace
thanks mathis :-)
This commit is contained in:
parent
94ea7469ac
commit
ad7a68288b
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,6 @@ in {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-family: Material Design Icons;
|
font-family: Material Design Icons;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: @text;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
@ -309,6 +308,7 @@ in {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
background-color: @mantle;
|
background-color: @mantle;
|
||||||
|
color: @text;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -322,6 +322,7 @@ in {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
background-color: @blue;
|
background-color: @blue;
|
||||||
|
color: @mantle;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue