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"