a bunch of qol improvments

This commit is contained in:
Chris Cochrun 2022-12-06 09:04:11 -06:00
parent 35cbaadd07
commit 06d7e288c6
9 changed files with 117 additions and 42 deletions

View file

@ -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;
}