From 2a8eabb8186791663e2aa8a57c3400eb91f2fa75 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sat, 10 May 2014 16:26:51 +0200 Subject: [PATCH] better bar with ssid --- i3/bar | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 { -- 2.20.1