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
|
// Color variables
|
||||||
$background: #000000;
|
$background: #000000;
|
||||||
$foreground: #ffffff;
|
$foreground: #ffffff;
|
||||||
|
@ -18,6 +14,11 @@ $cyan: #7dcfff;
|
||||||
$navy: #285577;
|
$navy: #285577;
|
||||||
$white: $foreground;
|
$white: $foreground;
|
||||||
|
|
||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
// EWW BAR
|
// EWW BAR
|
||||||
.eww_bar {
|
.eww_bar {
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
|
@ -221,3 +222,5 @@ calendar:indeterminate {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// systray
|
||||||
|
|
|
@ -207,9 +207,13 @@
|
||||||
(defwidget right []
|
(defwidget right []
|
||||||
(box :orientation "h"
|
(box :orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
|
:spacing 5
|
||||||
:halign "end"
|
:halign "end"
|
||||||
(date-time)
|
(date-time)
|
||||||
(power)))
|
(power)
|
||||||
|
(systray
|
||||||
|
:spacing 5
|
||||||
|
:space-evenly false)))
|
||||||
|
|
||||||
(defwidget end []
|
(defwidget end []
|
||||||
(box :orientation "h"
|
(box :orientation "h"
|
||||||
|
|
Loading…
Reference in a new issue