Fix eww scripts timing out

This commit is contained in:
marc
2024-03-06 23:42:32 +01:00
parent 6a4dcadfba
commit 8833cb4f7a
2 changed files with 2 additions and 2 deletions

View File

@@ -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"