From 13a9ed632e1ddea0135a5069d620a9451d0d6bd3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 11 Jan 2026 05:20:33 +0900 Subject: updates --- ar/.local/bin/statusbar/sb-internet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.local/bin/statusbar/sb-internet') diff --git a/ar/.local/bin/statusbar/sb-internet b/ar/.local/bin/statusbar/sb-internet index baa5ebd..1484f33 100755 --- a/ar/.local/bin/statusbar/sb-internet +++ b/ar/.local/bin/statusbar/sb-internet @@ -2,7 +2,7 @@ # Show wifi 🛜 and percent strength or 📡 if none. # Show 🌐 if connected to ethernet or ❎ if none. -# Show 🛰️ if a vpn connection is active +# Show 🛰 if a vpn connection is active eth_con="$(nmcli -t -f NAME,TYPE,DEVICE connection show | awk -F: '$2=="ethernet" && $3!="" { print $1; exit }')" -- cgit v1.2.3