diff --git a/.config/polybar/scripts/check_vpn b/.config/polybar/scripts/check_vpn index 71ad466..8d19019 100755 --- a/.config/polybar/scripts/check_vpn +++ b/.config/polybar/scripts/check_vpn @@ -12,4 +12,4 @@ if pgrep gpclient >/dev/null; then output="${output} ${globalprotect_icon}" fi -echo "$output" +echo "%{F#e7c111}$output%{F-}"