Try to get hyprpicker working as part of EWW
This commit is contained in:
parent
bd3ebb4bff
commit
058d5b2f9f
1 changed files with 4 additions and 3 deletions
|
@ -115,8 +115,8 @@
|
|||
(defwidget clicker [text command]
|
||||
(eventbox :onclick command :cursor "pointer" :timeout "3600s"
|
||||
(label :text text :class "primary")))
|
||||
(defwidget color_selector []
|
||||
(clicker :text "" :command "hyprpicker -a & disown"))
|
||||
(defwidget colour_selector []
|
||||
(clicker :text "" :command "uwsm-app -- hyprpicker -a"))
|
||||
(defwidget wallpaper []
|
||||
(clicker :text "" :command "~/scripts/swww_change.py"))
|
||||
|
||||
|
@ -170,6 +170,7 @@
|
|||
(systray :pack_direction "ltr" :icon-size 20)
|
||||
(box :class "right" :orientation "h" :space-evenly false :halign "end"
|
||||
(gametime)(space)
|
||||
(colour_selector)(space)
|
||||
(wallpaper)(space)
|
||||
(shader)(sep)
|
||||
(mountpoint :label "/" :mount "/")(space)
|
||||
|
@ -188,7 +189,7 @@
|
|||
(systray :pack_direction "ltr" :icon-size 20)
|
||||
(box :class "right" :orientation "h" :space-evenly false :halign "end"
|
||||
(weather)(sep)
|
||||
(color_selector)(space)
|
||||
(colour_selector)(space)
|
||||
(wallpaper)(sep)
|
||||
(ram)(space)
|
||||
(cpu)(sep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue