wifi 117 B

1234
  1. case "$(cat /sys/class/net/w*/operstate 2>/dev/null)" in
  2. up) printf "󰤨" ;;
  3. down) printf "󰤭" ;;
  4. esac