aboutsummaryrefslogtreecommitdiffstats
path: root/dwm-statusbar
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-11-01 17:56:02 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-11-01 17:56:02 +0100
commit1bb82a62c6a56f53ccab66d3b01a1bb84337e5ce (patch)
tree24517de5e44ffd77a7a602d6f53a1e8a47406d24 /dwm-statusbar
parent9807eec36f001273c83a1b29027b311b145dc80d (diff)
Fixed a typo
Diffstat (limited to 'dwm-statusbar')
-rwxr-xr-xdwm-statusbar2
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