Dotfiles for different machines on different branches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
363 B

  1. #!/usr/bin/env sh
  2. [ "$(cat /sys/class/net/w*/operstate)" = 'down' ] && wifiicon=""
  3. [ ! -n "${wifiicon+var}" ] && wifiicon=$(grep "^\s*w" /proc/net/wireless | awk '{ print "", int($3 * 100 / 70) "%" }')
  4. printf "%s %s\n" "$(cat /sys/class/net/e*/operstate | sed "s/down//;s/up//")" "$wifiicon"
  5. case $BLOCK_BUTTON in
  6. 1) $TERMINAL -e "nmtui" ;;
  7. esac