my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

woops

+2 -2
+2 -2
bin/zora/statusbar
··· 2 2 3 3 while true 4 4 do 5 - vpn="on" 5 + vpn="off" 6 6 if ip link ls tun0 > /dev/null 2>&1; then 7 - vpn="off" 7 + vpn="on" 8 8 fi 9 9 wifi="disconnected (0%)" 10 10 if nmcli dev show wlp0s20f3 | grep GENERAL.STATE | grep -q connected; then