From: Mart Lubbers Date: Sat, 10 May 2014 14:26:51 +0000 (+0200) Subject: better bar with ssid X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=2a8eabb8186791663e2aa8a57c3400eb91f2fa75;p=dotfiles.git better bar with ssid --- diff --git a/i3/bar b/i3/bar index 867821a..cdebaf8 100755 --- a/i3/bar +++ b/i3/bar @@ -1,12 +1,6 @@ #!/bin/bash -#function music { -# song=$([ "$(mpc | wc -l)" = "1" ] && echo "[stopped]" || echo $(mpc | head -1)) -# status=$(mpc | grep -o "\[p.*\]") -# echo -ne "♪: $song$status | " -#} - function net { - grep -q "$1" /run/network/ifstate && echo "$2 | " + grep -q "$1" /run/network/ifstate && echo "$2 <$(iwconfig "$1" 2>/dev/null | grep -Po "(?<=ESSID:\").*(?=\")")> | " } function volume {