fehler korrekturen5

This commit is contained in:
2023-11-02 21:22:08 +01:00
parent 10aa4583f0
commit 1b484e614b
4 changed files with 13 additions and 13 deletions

6
wire_g
View File

@ -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
@ -75,7 +75,7 @@ import_wg(){
wg_pic="/home/$a_user/.icons/"
wg_wdir="/home/$a_user/.config/wg_nmcli/"
if wgconf=$(yad --file --separator=" \n" \
--button=$"OK" --button=$"Cancel" \
--button="OK" --button=$"Cancel" \
--width=1200 --height=800 \
--window-icon=${wg_pic}wg-import.png \
--title=$"Wireguard .conf Select file")
@ -150,7 +150,7 @@ up_or_down(){
yad --image-on-top --image=${wg_pic}wg-info.png \
--text=$"There is no active tunnel that you could stop." \
--text-align=center --button=$"OK" --title "Wire-G" \
--fixed --center --buttons-layout=center --borders=8 --center
--fixed --center --buttons-layout=center --borders=8
else
wg_stop