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"