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

@ -4,7 +4,7 @@ color8="#88C0D0"
icon(){
printf "%s\\n" "%{F${color8}}${1}%{F}"
}
}
icon2() {
printf "%s\\n" "%{F${color11:-#F0F0F0}}${1}%{F}"

View File

@ -5,7 +5,7 @@ icon(){
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=""
printf "%s\\n" "$(icon "$wifi_icon") ${wifi}"