From 58ab98309ed2be047fd1ffa3ba457dd4434c75d6 Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 17 Nov 2023 22:03:28 +0100 Subject: [PATCH] notify fix2 --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 356f10a..43ba2ee 100755 --- a/wire_g +++ b/wire_g @@ -49,7 +49,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