update various stuff

This commit is contained in:
Never Gude 2026-02-17 14:00:48 +01:00
parent 261c8ccb21
commit 07ffb6c747
4 changed files with 81 additions and 99 deletions

View file

@ -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)