basic waybar config
This commit is contained in:
parent
a7d97cd084
commit
682584db88
15 changed files with 174 additions and 266 deletions
13
waybar/styles/modules/tray.css
Normal file
13
waybar/styles/modules/tray.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#tray {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue