fehler korriegiert link zu git.lunix hinzugefügt
This commit is contained in:
16
wire_g
16
wire_g
@ -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 \
|
||||
|
Reference in New Issue
Block a user