small pixel drawing of a pufferfish dotfiles

woops
Jes Olson j3s@c3f.net
Fri, 13 Jan 2023 12:14:33 -0800
commit

3f87b58c2cd7e4e6035d8ac842589cf7249fe409

parent

f8c24e623aafee202411c6b68a8509b1571a7742

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M bin/zora/statusbarbin/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