woops
Jes Olson j3s@c3f.net
Fri, 13 Jan 2023 12:14:33 -0800
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
bin/zora/statusbar
→
bin/zora/statusbar
@@ -2,9 +2,9 @@ #!/bin/sh
while true do - vpn="on" + vpn="off" if ip link ls tun0 > /dev/null 2>&1; then - vpn="off" + vpn="on" fi wifi="disconnected (0%)" if nmcli dev show wlp0s20f3 | grep GENERAL.STATE | grep -q connected; then