eww: Enable systray

This commit is contained in:
Erwin Boskma 2024-04-03 17:22:37 +02:00
parent 3aeeb72582
commit 380909e5f9
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk
2 changed files with 12 additions and 5 deletions

View file

@ -1,7 +1,3 @@
* {
all: unset;
}
// Color variables
$background: #000000;
$foreground: #ffffff;
@ -18,6 +14,11 @@ $cyan: #7dcfff;
$navy: #285577;
$white: $foreground;
* {
all: unset;
background-color: inherit;
}
// EWW BAR
.eww_bar {
background-color: $background;
@ -221,3 +222,5 @@ calendar:indeterminate {
color: $blue;
}
}
// systray

View file

@ -207,9 +207,13 @@
(defwidget right []
(box :orientation "h"
:space-evenly false
:spacing 5
:halign "end"
(date-time)
(power)))
(power)
(systray
:spacing 5
:space-evenly false)))
(defwidget end []
(box :orientation "h"