commit fd6bb8cde6991e789266b4c107f87ebbc15848d7 parent 591e7a7bc4ed0748fb774a636c8493b32d8cb932 Author: Benjamin Chausse <benjamin@chausse.xyz> Date: Thu, 15 Oct 2020 21:15:37 -0400 use font-awesome icons in dwmb-vpn Diffstat:
M | .local/bin/dwmbar/dwmb-vpn | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.local/bin/dwmbar/dwmb-vpn b/.local/bin/dwmbar/dwmb-vpn @@ -4,11 +4,11 @@ vpnstatus=$(expressvpn status | head -n 1) case "$vpnstatus" in - *"Not"*) icon="" + *"Not"*) icon="" ;; - *"Connected"*) icon="" + *"Connected"*) icon="" ;; - *"Connecting"*) icon=" " + *"Connecting"*) icon=" " ;; *) icon="" esac