fehler korrekturen5
This commit is contained in:
6
wire_g
6
wire_g
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user