a bunch of qol improvments
This commit is contained in:
parent
35cbaadd07
commit
06d7e288c6
9 changed files with 117 additions and 42 deletions
|
@ -31,12 +31,16 @@
|
|||
|
||||
|
||||
window {
|
||||
color: @base05;
|
||||
background: @base00;
|
||||
background: transparent;
|
||||
/* border-radius: 20px; */
|
||||
}
|
||||
|
||||
window#waybar.solo {
|
||||
window#waybar > box {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: @base05;
|
||||
box-shadow: 2px 2px 5px 5px #101010;
|
||||
margin: 12px 14px 14px 14px;
|
||||
background: @base00;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue