Add manual sunset trigger
To be improved later (toggle?)
This commit is contained in:
parent
21efddb462
commit
6383810bb0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue