diff options
Diffstat (limited to '.dwm/bar.sh')
| -rwxr-xr-x | .dwm/bar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dwm/bar.sh b/.dwm/bar.sh index 3bef7b2..966afe8 100755 --- a/.dwm/bar.sh +++ b/.dwm/bar.sh @@ -11,7 +11,7 @@ battery() { wlan() { case "$(cat /sys/class/net/wl*/operstate 2>/dev/null)" in - up) printf " Connected";; + up) echo " $(iwgetid -r)";; down) printf " Disconnected";; esac } |
