diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:48:21 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-12 14:48:21 -0400 |
commit | 9d689e7d224b5c1ea3ab3018998135979f19c5a9 (patch) | |
tree | 3778e974ec6826c253e73642f64d8cb030f135df /.wmii-hg/rbar_wifi | |
parent | 0e2d2d798ff057e6efa9b1a7a918c06aa18a1345 (diff) |
add .wmii-hg
Diffstat (limited to '.wmii-hg/rbar_wifi')
-rwxr-xr-x | .wmii-hg/rbar_wifi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.wmii-hg/rbar_wifi b/.wmii-hg/rbar_wifi new file mode 100755 index 0000000..18395a3 --- /dev/null +++ b/.wmii-hg/rbar_wifi @@ -0,0 +1,9 @@ +#!/bin/bash +. include.sh + +priority=$1 + +while connected_to_x_server; do + echo 'label Wlan0:' $(iwconfig wlan0 | sed 's/ /\n/g' | grep Quality) >> "$WMII_DIR/rbar/${priority}_wifi" + sleep 1 +done |