From 058d5b2f9fcf7c43fbf400b035552c8a5779536f Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Wed, 26 Mar 2025 23:20:39 -0400 Subject: [PATCH] Try to get hyprpicker working as part of EWW --- eww/eww.yuck | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eww/eww.yuck b/eww/eww.yuck index 7350ff9..bf46873 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -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)