Compare commits

..

No commits in common. "035179c8088541f0bd08d81b1f433b71e92903c5" and "de76c73cdb6d647c64c9418a0a371973a41dddf0" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/
--undecorated --borders=8 --skip-taskbar \
--text-align=center --no-buttons --auto-close \
--timeout 1 \
--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
IFS=$'\n' lines=( $(cat ${WG_WDIR}tunnel.txt) )

View File

@ -41,5 +41,4 @@ WG_PIC="/home/$USER/.icons/"
fi
done
IFS=$'\n' lines=( $(cat ${WG_WDIR}for-kill_pid.txt) )
kill $lines
#test
kill $lines