eww: Enable systray
This commit is contained in:
parent
3aeeb72582
commit
380909e5f9
2 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue