From 7a484792f4fe4016a4e3dc8ace25631133126cfc Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sun, 1 Dec 2024 13:16:58 +0100 Subject: [PATCH] [polybar] Add color to vpn icon --- .config/polybar/scripts/check_vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-}"