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

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