waybar: Change radius
This commit is contained in:
parent
5926f73afa
commit
ae7d59d3f7
|
@ -12,14 +12,14 @@ window#waybar {
|
||||||
/* background: @base; */
|
/* background: @base; */
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
border-radius: 15px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: @mantle;
|
background-color: @mantle;
|
||||||
margin: 3px 5px 3px 5px;
|
margin: 3px 5px 3px 5px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 12px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
#workspaces button,
|
#workspaces button,
|
||||||
#workspaces button:hover,
|
#workspaces button:hover,
|
||||||
|
@ -49,7 +49,7 @@ window#waybar {
|
||||||
#wireplumber, #wireplumber.muted,
|
#wireplumber, #wireplumber.muted,
|
||||||
#tray, #language, #clock {
|
#tray, #language, #clock {
|
||||||
background: @mantle;
|
background: @mantle;
|
||||||
border-radius: 12px;
|
border-radius: 14px;
|
||||||
color: @text;
|
color: @text;
|
||||||
margin: 3px 2.5px 3px 2.5px;
|
margin: 3px 2.5px 3px 2.5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue