Call sunset script directly from EWW
This commit is contained in:
parent
52b7668c72
commit
d9fc032749
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
(defwidget wallpaper []
|
||||
(clicker :text "" :command "~/scripts/swww_change.py"))
|
||||
(defwidget sunset []
|
||||
(clicker :text "" :command "systemctl --user start sunset.service"))
|
||||
(clicker :text "" :command "~/scripts/sunset.py"))
|
||||
|
||||
|
||||
(defpoll brightness :interval 60 "~/.config/eww/scripts/backlight get")
|
||||
|
@ -169,7 +169,7 @@
|
|||
(gametime)(space)
|
||||
; (colour_selector)(space)
|
||||
(sunset)(space)
|
||||
(wallpaper)(space)
|
||||
(wallpaper)(sep)
|
||||
(mountpoint :label "/" :mount "/")(space)
|
||||
(mountpoint :label "" :mount "/home/mbradley/hdd")(sep)
|
||||
(ram)(space)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue