From 5fd389f8afe4ef73b348a31538435413fae79e1e Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 17 Nov 2023 23:09:03 +0100 Subject: [PATCH] connect no progressbar timeout --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 978084c..0ad0ac9 100755 --- a/wire_g +++ b/wire_g @@ -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=$""$ACTIVE" powered" & # autoconnect wird hier abgeschalten damit auch neu importierte nach einem Systemneustart nicht aktiv sind nmcli con mod "$ACTIVE" connection.autoconnect no