fix sb-internet
This commit is contained in:
parent
37c9b414b3
commit
bc4ad53e9f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Show 🔒 if a vpn connection is active
|
# Show 🔒 if a vpn connection is active
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) "$TERMINAL" -e nmtui; pkill -RTMIN+4 dwmblocks ;;
|
1) setsid -f "${TERMINAL:-st}" -e nmtui; pkill -RTMIN+4 dwmblocks ;;
|
||||||
3) notify-send "🌐 Internet module" "\- Click to connect
|
3) notify-send "🌐 Internet module" "\- Click to connect
|
||||||
❌: wifi disabled
|
❌: wifi disabled
|
||||||
📡: no wifi connection
|
📡: no wifi connection
|
||||||
|
@ -14,7 +14,7 @@ case $BLOCK_BUTTON in
|
||||||
🌐: ethernet working
|
🌐: ethernet working
|
||||||
🔒: vpn is active
|
🔒: vpn is active
|
||||||
" ;;
|
" ;;
|
||||||
6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;
|
6) setsid -f "${TERMINAL:-st}" -e "$EDITOR" "$0" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Wifi
|
# Wifi
|
||||||
|
|
Loading…
Reference in a new issue