waybar: readd rounded borders
This commit is contained in:
parent
1e2cb13d1d
commit
ac9d35e6d7
1 changed files with 4 additions and 3 deletions
|
@ -36,10 +36,11 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
font-weight: 600;
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background-color: #a89984;
|
background-color: #a89984;
|
||||||
border-radius: 0px;
|
border-radius: 5px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +72,7 @@ button {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 3px 12px;
|
padding: 3px 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
|
@ -109,7 +110,7 @@ button {
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged {
|
||||||
color: #282c34;
|
color: #282c34;
|
||||||
background-color: #a9b665;
|
background-color: #d8a657;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.critical:not(.charging) {
|
#battery.critical:not(.charging) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue