Cleanup of polybar scripts

This commit is contained in:
coolneng 2019-06-16 03:02:08 +02:00
parent b56cdb7b45
commit 1e08620e00
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ icon(){
printf "%s\\n" "%{F${color8}}${1}%{F}" printf "%s\\n" "%{F${color8}}${1}%{F}"
} }
wifi="$(echo -e $(wpa_cli status | grep ssid | awk 'NR==2{print $1}' | cut -c 6-))" wifi="$(echo -e "$(wpa_cli status | grep ssid | awk 'NR==2{print $1}' | cut -c 6-)")"
wifi_icon="" wifi_icon=""
printf "%s\\n" "$(icon "$wifi_icon") ${wifi}" printf "%s\\n" "$(icon "$wifi_icon") ${wifi}"