modify waybar
This commit is contained in:
parent
b0526e875d
commit
9d7cd2e78f
2 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,8 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio:hover {
|
#pulseaudio:hover {
|
||||||
background-color: #a37800;
|
background-color: @mauve;
|
||||||
|
color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
@ -155,6 +156,7 @@ label:focus {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
|
transition: all 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
|
|
Loading…
Reference in a new issue