diff options
-rwxr-xr-x | dwm-statusbar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-statusbar b/dwm-statusbar index 44e2555..27ded09 100755 --- a/dwm-statusbar +++ b/dwm-statusbar @@ -231,7 +231,7 @@ print_wlan() { icon_colour=${colour_faded} fi - echo -ne "${icon_colour}\uE0E4${wlan_colour}${wlan_ip}" + echo -ne "${icon_colour}\uE401${wlan_colour}${wlan_ip}" } while true; do |