From 858b7462f5b50ac798542e3f063a83bba3b25f3e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 30 Mar 2017 19:24:22 +0200 Subject: [PATCH] Add icon to wifi.sh Signed-off-by: Severin Kaderli --- .config/i3/i3bar/wifi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/i3bar/wifi.sh b/.config/i3/i3bar/wifi.sh index 047a35b..dee327b 100755 --- a/.config/i3/i3bar/wifi.sh +++ b/.config/i3/i3bar/wifi.sh @@ -1,10 +1,10 @@ #!/bin/bash # wifi.sh if [ "$(cat /sys/class/net/$INTERFACE/operstate)" = "down" ]; then - echo "Wifi not connected" + echo " Wifi not connected" fi SSID=$(iwgetid -r) -echo "Connected to $SSID" +echo " Connected to $SSID"