From 83ea812c294822c494d88a23a820eb5ece5f7561 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 2 Feb 2018 22:34:34 +0100 Subject: Fix a few errors --- i3/.config/i3blocks/bin/wifi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3') diff --git a/i3/.config/i3blocks/bin/wifi b/i3/.config/i3blocks/bin/wifi index 01ff021..434c508 100755 --- a/i3/.config/i3blocks/bin/wifi +++ b/i3/.config/i3blocks/bin/wifi @@ -8,7 +8,7 @@ eth_address=$(ip addr show eno1 2>/dev/null | grep -oP -m1 "(?<=inet ).*(?=/)") if [[ -n $eth_address ]]; then echo "eno1: $eth_address" elif [[ -n $wifi_address ]]; then - echo "wlp2s0: (${quality}% at ${ssid}) ${address}" + echo "wlp2s0: (${quality}% at ${ssid}) ${wifi_address}" else echo "No connection" fi -- cgit v1.2.3