From 5d2a3c8f946ce93d59d9c0ef171e6447a41f3fb9 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 21 Dec 2021 19:42:26 -0500 Subject: [PATCH] Add contract to qrcode --- scripts/wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wifi.sh b/scripts/wifi.sh index a405e21..ba1a3fb 100755 --- a/scripts/wifi.sh +++ b/scripts/wifi.sh @@ -6,7 +6,7 @@ if [ $# -ne 2 ]; then echo "The result will be in wifi.png" fi -qrencode -s 6 --background=FFFFFF00 -o "./img/wifi.png" "WIFI:T:WPA;S:$1;P:$2;;" +qrencode -s 6 --background=D3D3D37F -o "./img/wifi.png" "WIFI:T:WPA;S:$1;P:$2;;" echo "Your wifi qrcode is wifi.png !" echo "Your wifi qrcode is now in the local img folder as wifi.png"