fix notify 5

This commit is contained in:
Désiré Werner Menrath 2023-11-17 22:07:44 +01:00
parent 58ab98309e
commit 99ca2483b3
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
Fehler: »wg_config« ist keine aktive Verbindung.
Fehler: Keine aktive Verbindung angegeben.

4
wire_g
View File

@ -37,7 +37,7 @@ ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/
############################################################################################################
wg_notify(){
ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//')
case $LANG in
de_DE.UTF-8) OPEN=öffnen ;;
@ -49,7 +49,7 @@ wg_notify(){
--undecorated --borders=8 --skip-taskbar \
--text-align=center --no-buttons --auto-close \
--timeout 2 --timeout-indicator=bottom \
--text=$"<span color='#0fad0a'><b>"$ACTIVE"</b></span> <span><b>powered</b></span>"
--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