diff --git a/.config/i3blocks/wifi b/.config/i3blocks/wifi index d4a1e2b..3e01f7a 100755 --- a/.config/i3blocks/wifi +++ b/.config/i3blocks/wifi @@ -16,4 +16,4 @@ network=$(iwgetid -r) # We found no network: Get out here [ -z "${network}" ] && exit -printf "\uf1eb %s (%s)" ${network} ${ip} +printf "\uf9a1 %s (%s)" ${network} ${ip}