From 584f397d371d96415554417cb95ad76ce14f17c083fec0f38fcf556aab940fbe Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Thu, 19 Jun 2025 22:28:31 +0200 Subject: [PATCH] wifi --- templates/launch-wifi-menu.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/launch-wifi-menu.sh.j2 b/templates/launch-wifi-menu.sh.j2 index 800f64e..e451ca9 100644 --- a/templates/launch-wifi-menu.sh.j2 +++ b/templates/launch-wifi-menu.sh.j2 @@ -5,7 +5,7 @@ # 1. Viser en liste af tilgængelige Wi-Fi SSID'er med nmcli # 2. Sender listen til wofi, som bruger vores specielle 'config-network' fil -SSID=$(nmcli -t -f SSID device wifi list --rescan yes | wofi --show dmenu --conf-file "$HOME/.config/wofi/config-network" --location top_right --x -70 --y 45 -p "Vælg Wi-Fi Netværk") +SSID=$(nmcli -t -f SSID device wifi list --rescan yes | wofi --show dmenu --conf-file "$HOME/.config/wofi/config-network" --location top_right --x -70 --y 45 --style "$HOME/.config/wofi/style.css" -p "Vælg Wi-Fi Netværk") # 3. Hvis et netværk blev valgt (brugeren trykkede ikke Esc), så prøv at forbinde if [ -n "$SSID" ]; then