fehler korriegiert link zu git.lunix hinzugefügt

This commit is contained in:
2023-11-02 22:36:14 +01:00
parent 5151e1c493
commit 9e1b08f76a
4 changed files with 13 additions and 11 deletions

16
wire_g
View File

@ -19,7 +19,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
############################################################################################################
############################################################################################################
version=3.0.8
# Angemeldeten Benutzer ermitteln
a_user=$(whoami)
# wg_workdir Arbeitsverzeichnis wg
@ -60,7 +60,7 @@ wg_notify(){
#Icon des Menübuttons definieren
echo "icon:${wg_pic}wg-vpn.png" >&3
#Name des Menüs definieren
echo "tooltip:$"$active activ"" >&3
echo "tooltip:$$active activ" >&3
}
export -f wg_notify
@ -166,15 +166,17 @@ more(){
a_user=$(whoami)
wg_pic="/home/$a_user/.icons/"
selection=$(yad --text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span>
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span>
<span color='#626ff1'><b>At all tunnels, the auto start is disabled"!"</b></span>
<span color='#626ff1'><b>Use without warranty"!"</b></span>
selection=$(yad --text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span> \n
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span> \n
<span color='#626ff1'><b>At all tunnels, the auto start is disabled"!"</b></span> \n
<span color='#626ff1'><b>Version: $version </b></span> \n
<span color='#626ff1'><b>Use without warranty"!"</b></span> \n
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n
" \
--height=100 --width=80 \
--title="Wire-G" --center \
--fixed --borders=8 --close-on-unfocus \
--buttons-layout=center \
--buttons-layout=center --text-align=center \
--button=$"Import":"bash -c import_wg" \
--button=$"Wire-G Stop":"bash -c up_or_down" \
--button=$"Cancel":1 \