update various stuff
This commit is contained in:
parent
261c8ccb21
commit
07ffb6c747
4 changed files with 81 additions and 99 deletions
|
|
@ -83,7 +83,7 @@ function audio_sink
|
|||
end
|
||||
|
||||
function network_connection
|
||||
set options (nmcli --terse --mode multiline connection show | grep "NAME:" | string replace "NAME:" "" | string split "\n")
|
||||
set options (nmcli --terse --fields name connection show)
|
||||
set input (menu $options)
|
||||
|
||||
notify-send "Connect to network $input" (nmcli connection up $input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue