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