waybar: Change radius

This commit is contained in:
timoxa0 2024-11-14 09:35:46 +05:00
parent 5926f73afa
commit ae7d59d3f7

View file

@ -12,14 +12,14 @@ window#waybar {
/* background: @base; */
transition-property: background-color;
transition-duration: .5s;
border-radius: 15px;
border-radius: 14px;
}
#workspaces {
background-color: @mantle;
margin: 3px 5px 3px 5px;
padding: 3px;
border-radius: 12px;
border-radius: 14px;
}
#workspaces button,
#workspaces button:hover,
@ -49,7 +49,7 @@ window#waybar {
#wireplumber, #wireplumber.muted,
#tray, #language, #clock {
background: @mantle;
border-radius: 12px;
border-radius: 14px;
color: @text;
margin: 3px 2.5px 3px 2.5px;
}