Skip to content
  • .config/i3status/tor_status.sh

    if (curl --connect-timeout 10 --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/ | grep -q Congratulations); then
    	echo "Tor"
    	echo "#00FF00"
    else
    	echo "Tor"
    	echo "#FF0000"
    fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment