style waybar to my liking >:)

This commit is contained in:
Benjamin Palko 2024-03-20 13:50:33 -05:00
parent 1610d3a732
commit af05aae09a
9 changed files with 73 additions and 99 deletions

View file

@ -1,5 +1,5 @@
#tray {
background-color: #2980b9;
padding: 0 10px;
}
#tray > .passive {
@ -11,3 +11,12 @@
background-color: #eb4d4b;
}
#tray button {
border-radius: 0px;
box-shadow: inset 0 -3px transparent;
}
#tray button:hover {
box-shadow: inset 0 -3px #5e81ac;
}