This commit is contained in:
2025-06-29 15:38:34 +02:00
parent 7d00eb1f57
commit 30e4e81215

View File

@@ -7,7 +7,7 @@
CHOSEN_SSID=$(nmcli -t -f SSID,IN-USE device wifi list --rescan yes | sed '/\*/d' | sed 's/\\:/-/g' | sort -u | wofi \
--show dmenu \
--conf "$HOME/.config/wofi/config-network" \
--style "$HOME/.config/wodi/style.css" \
--style "$HOME/.config/wofi/style.css" \
-p "Vælg Wi-Fi Netværk")
# Afslut hvis intet blev valgt (brugeren trykkede Esc)