more waybar style fiddling

This commit is contained in:
Benjamin Palko 2024-03-20 14:50:29 -05:00
parent af05aae09a
commit e7049c81eb
12 changed files with 38 additions and 42 deletions

View file

@ -1,9 +1,11 @@
label.module {
padding: 0 10px;
box-shadow: inset 0 -3px;
padding: 0 10px;
box-shadow: inset 0 -2px;
transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
}
box.module {
padding: 0 10px;
box-shadow: inset 0 -2px;
}