diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-24 12:58:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-24 12:58:57 +0900 |
| commit | daaa4c0c5a62c0e70f3d4b65351b9f4281ba9523 (patch) | |
| tree | cd5f1009ab7e773fc4811b65278e12a18344cf50 /ar | |
| parent | 81a32cbf479453657c1f65de01d860d0eda262ad (diff) | |
modified statusbar/sb-internet
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-internet | 2 |
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 }')" |
