From 973fbae8bcbeeb6a4dd56437d1c9e6d721c5c011 Mon Sep 17 00:00:00 2001 From: punix Date: Thu, 16 Nov 2023 17:34:53 +0100 Subject: [PATCH] tunnel an tunnel aus fix --- wire_g | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire_g b/wire_g index 6a3aaed..fa3e6e6 100755 --- a/wire_g +++ b/wire_g @@ -53,7 +53,7 @@ wg_stop(){ --undecorated --borders=8 --skip-taskbar \ --text-align=center --no-buttons \ --timeout 2 --timeout-indicator=bottom \ - --text=$""$VALUE" Connection" "disconnected" + --text=$""$VALUE" Connection disconnected" fi done IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}for-kill_pid.txt) ) @@ -78,7 +78,7 @@ wg_notify(){ --undecorated --borders=8 --skip-taskbar \ --text-align=center --no-buttons --auto-close \ --timeout 2 --timeout-indicator=bottom \ - --text=$""$ACTIVE"" "powered" & + --text=$""$ACTIVE" powered" & # autoconnect wird hier abgeschalten damit auch neu importierte nach einem Systemneustart nicht aktiv sind nmcli con mod "$ACTIVE" connection.autoconnect no