Add systray

This commit is contained in:
Stephan Raabe
2023-12-26 10:56:06 +01:00
parent 48b298601a
commit 97cfa63fc5
12 changed files with 70 additions and 7 deletions

View File

@@ -57,6 +57,9 @@
"group/hardware",
"custom/cliphist",
"idle_inhibitor",
// START TRAY TOOGLE
"tray",
// END TRAY TOOGLE
"custom/exit",
"clock"
]

View File

@@ -407,7 +407,7 @@ window#waybar.empty #window {
* ----------------------------------------------------- */
#tray {
background-color: #2980b9;
padding: 0px 15px 0px 0px;
}
#tray > .passive {
@@ -416,7 +416,6 @@ window#waybar.empty #window {
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
/* -----------------------------------------------------