diff options
Diffstat (limited to 'dwm-statusbar')
-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 |