diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-11-01 17:56:02 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-11-01 17:56:02 +0100 |
commit | 1bb82a62c6a56f53ccab66d3b01a1bb84337e5ce (patch) | |
tree | 24517de5e44ffd77a7a602d6f53a1e8a47406d24 | |
parent | 9807eec36f001273c83a1b29027b311b145dc80d (diff) |
Fixed a typo
-rwxr-xr-x | dwm-statusbar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-statusbar b/dwm-statusbar index 723675a..5bb2d22 100755 --- a/dwm-statusbar +++ b/dwm-statusbar @@ -256,7 +256,7 @@ print_wlan() { icon_colour=${colour_faded} fi - echo -ne "${icon_colour}\uE401${wlan_colour}${wlan_ip}${wlan_strength}" + echo -ne "${icon_colour}\uE401${wlan_colour}${wlan_ip} ${wlan_strength}" } while true; do |