From 0ce7301d8799ba91a0d57ab208e2d80d20935a83 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 18 May 2020 20:56:13 -0400 Subject: temp fixes for blocks utf+8 errors, added dict.sh, updated porter --- i3blocks-net.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3blocks-net.sh') diff --git a/i3blocks-net.sh b/i3blocks-net.sh index cd0f6c4..3d65ddb 100755 --- a/i3blocks-net.sh +++ b/i3blocks-net.sh @@ -5,8 +5,8 @@ icon_wireless=󰖩 is_ethernet=$(ifconfig em0 | grep status | cut -d':' -f2) if [ "$is_ethernet" = " active" ]; then inet=$(ifconfig lagg0 | grep inet\ | cut -w -f3) - printf "$icon_ethernet %s\n" $inet + printf "$icon_ethernet%s\n" $inet else ssid=$(ifconfig wlan0 | grep ssid | cut -d'"' -f2) - printf "$icon_wireless %s\n" "$ssid" + printf "$icon_wireless%s\n" "$ssid" fi -- cgit v1.2.3