diff --git a/eww/widgets/window.yuck b/eww/widgets/window.yuck index a417191..e6729a4 100644 --- a/eww/widgets/window.yuck +++ b/eww/widgets/window.yuck @@ -1,6 +1,6 @@ (deflisten active_window :initial "" -`sh -c 'source ./scripts/window.sh; get_active_window'`) +`sh ./scripts/window.sh`) (defwidget window [] (button :visible { active_window.class == "null" ? false : true }