fix notify 5
This commit is contained in:
parent
58ab98309e
commit
99ca2483b3
@ -1,2 +0,0 @@
|
||||
Fehler: »wg_config« ist keine aktive Verbindung.
|
||||
Fehler: Keine aktive Verbindung angegeben.
|
4
wire_g
4
wire_g
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user