Fix eww scripts timing out
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
(defwidget bluetooth-module []
|
(defwidget bluetooth-module []
|
||||||
(eventbox :onhover "${EWW_CMD} update bluetooth-reveal=true"
|
(eventbox :onhover "${EWW_CMD} update bluetooth-reveal=true"
|
||||||
:onhoverlost "${EWW_CMD} update bluetooth-reveal=false"
|
: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"
|
(box :class "module bluetooth"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly "false"
|
:space-evenly "false"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
(defwidget wifi-module []
|
(defwidget wifi-module []
|
||||||
(eventbox :onhover "${EWW_CMD} update wifi-reveal=true"
|
(eventbox :onhover "${EWW_CMD} update wifi-reveal=true"
|
||||||
:onhoverlost "${EWW_CMD} update wifi-reveal=false"
|
: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"
|
(box :class "module wifi"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly "false"
|
:space-evenly "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user