From 8833cb4f7abdb33b2c59f3aa67e300a08a98ea05 Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 6 Mar 2024 23:42:32 +0100 Subject: [PATCH] Fix eww scripts timing out --- config/eww/widgets/bluetooth.yuck | 2 +- config/eww/widgets/wifi.yuck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/eww/widgets/bluetooth.yuck b/config/eww/widgets/bluetooth.yuck index dc98cfd..17a7559 100644 --- a/config/eww/widgets/bluetooth.yuck +++ b/config/eww/widgets/bluetooth.yuck @@ -12,7 +12,7 @@ (defwidget bluetooth-module [] (eventbox :onhover "${EWW_CMD} update bluetooth-reveal=true" :onhoverlost "${EWW_CMD} update bluetooth-reveal=false" - :onclick "$HOME/.config/rofi/menus/bluetooth/bluetooth.sh" + :onclick "$HOME/.config/rofi/menus/bluetooth/bluetooth.sh &" (box :class "module bluetooth" :orientation "h" :space-evenly "false" diff --git a/config/eww/widgets/wifi.yuck b/config/eww/widgets/wifi.yuck index 05ee699..7ea466c 100644 --- a/config/eww/widgets/wifi.yuck +++ b/config/eww/widgets/wifi.yuck @@ -8,7 +8,7 @@ (defwidget wifi-module [] (eventbox :onhover "${EWW_CMD} update wifi-reveal=true" :onhoverlost "${EWW_CMD} update wifi-reveal=false" - :onclick "$HOME/.config/rofi/menus/wifi/wifi.sh" + :onclick "$HOME/.config/rofi/menus/wifi/wifi.sh &" (box :class "module wifi" :orientation "h" :space-evenly "false"