style waybar to my liking >:)
This commit is contained in:
parent
1610d3a732
commit
af05aae09a
9 changed files with 73 additions and 99 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue