diff --git a/eww/eww.yuck b/eww/eww.yuck index ecaae94..65a8bd7 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -121,6 +121,8 @@ ; (clicker :text "" :command "uwsm-app -- hyprpicker -a")) (defwidget wallpaper [] (clicker :text "󰸉" :command "~/scripts/swww_change.py")) +(defwidget sunset [] + (clicker :text "" :command "systemctl --user start sunset.service")) (defpoll brightness :interval 60 "~/.config/eww/scripts/backlight get") @@ -166,6 +168,7 @@ (box :class "right" :orientation "h" :space-evenly false :halign "end" (gametime)(space) ; (colour_selector)(space) + (sunset)(space) (wallpaper)(space) (mountpoint :label "/" :mount "/")(space) (mountpoint :label "󰋊" :mount "/home/mbradley/hdd")(sep) @@ -184,6 +187,7 @@ (box :class "right" :orientation "h" :space-evenly false :halign "end" (weather)(sep) ; (colour_selector)(space) + (sunset)(space) (wallpaper)(sep) (ram)(space) (cpu)(sep)