connect no progressbar timeout

This commit is contained in:
Désiré Werner Menrath 2023-11-17 23:09:03 +01:00
parent f71efff1de
commit 5fd389f8af

2
wire_g
View File

@ -48,7 +48,7 @@ wg_notify(){
yad --image-on-top --image=${WG_PIC}wg-vpn-info.png \
--undecorated --borders=8 --skip-taskbar \
--text-align=center --no-buttons --auto-close \
--timeout 2 --timeout-indicator=bottom \
--timeout 1 \
--text=$"<span color='#0fad0a'><b>"$ACTIVE"</b></span> <span><b>powered</b></span>" &
# autoconnect wird hier abgeschalten damit auch neu importierte nach einem Systemneustart nicht aktiv sind
nmcli con mod "$ACTIVE" connection.autoconnect no