summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-24 12:58:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-24 12:58:57 +0900
commitdaaa4c0c5a62c0e70f3d4b65351b9f4281ba9523 (patch)
treecd5f1009ab7e773fc4811b65278e12a18344cf50 /ar/.local
parent81a32cbf479453657c1f65de01d860d0eda262ad (diff)
modified statusbar/sb-internet
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/statusbar/sb-internet2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-internet b/ar/.local/bin/statusbar/sb-internet
index b659d60..896a31b 100755
--- a/ar/.local/bin/statusbar/sb-internet
+++ b/ar/.local/bin/statusbar/sb-internet
@@ -9,7 +9,7 @@
SHOW_WIFI=1
SHOW_ETH=1
SHOW_VPN=1
-SHOW_IPLOC=1
+SHOW_IPLOC=0
eth_con="$(nmcli -t -f NAME,TYPE,DEVICE connection show |
awk -F: '$2=="ethernet" && $3!="" { print $1; exit }')"