diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-14 13:06:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-14 13:06:07 +0900 |
| commit | f643735fcce89aa029dde2bfc1472fc013f376ac (patch) | |
| tree | f31922a307f78147d9ec8aab5540d4d812bafac8 /ar/.local/bin/dmenuconnections | |
| parent | 1064b771da600c95e315067c999f63ee0df4c641 (diff) | |
modified shell/aliasrc, modified bin/dmenuconnections, created statusbar/sb-mic
Diffstat (limited to 'ar/.local/bin/dmenuconnections')
| -rwxr-xr-x | ar/.local/bin/dmenuconnections | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/dmenuconnections b/ar/.local/bin/dmenuconnections index cf8e9cf..13fe8cc 100755 --- a/ar/.local/bin/dmenuconnections +++ b/ar/.local/bin/dmenuconnections @@ -31,5 +31,5 @@ bluetooth) esac ;; network) networkmanager_dmenu ;; -wifi) nmcli -c no d wifi list | tail -n +2 | sed 's/ \+/ /;s/Infra [0-9]*/ /g;s/WPA. .*$//;s/Mbit\/s[[:space:]]*[0-9]*/Mbit\/s/g;s/Ad-Hoc [0-9]*//g' | dmenu -l 20 -p Networks ;; +wifi) nmcli -c no d wifi list | tail -n +2 | sed 's/ \+/ /;s/Infra [0-9]*/ /g;s/WPA. .*$//;s/Mbit\/s[[:space:]]*[0-9]*/Mbit\/s/g;s/Ad-Hoc [0-9]*//g' | dmenu -i -l 20 -p Networks ;; esac |
