test5 mit remove
This commit is contained in:
parent
694a214919
commit
9a03030bbf
22
wire_g
22
wire_g
@ -215,17 +215,17 @@ connect(){
|
|||||||
############################################################################################################ # --text "<b>Aktiver Tunnel:</b> <span color='#0fad0a'><b>$active</b></span> # mit <b>gewünschtes wort</b> wird fett geschrieben.
|
############################################################################################################ # --text "<b>Aktiver Tunnel:</b> <span color='#0fad0a'><b>$active</b></span> # mit <b>gewünschtes wort</b> wird fett geschrieben.
|
||||||
# Farbe für Variable $active festgelegt mit fetter Schrift. (bei --text zwischen " ")
|
# Farbe für Variable $active festgelegt mit fetter Schrift. (bei --text zwischen " ")
|
||||||
|
|
||||||
if selection=$(yad --list --center \
|
if selection=$(yad --no-klick --list --center \
|
||||||
--height=300 --width=60 --title="Wire-G" \
|
--height=300 --width=60 --title="Wire-G" \
|
||||||
--buttons-layout=center \
|
--buttons-layout=center \
|
||||||
--button=$"OK" --button=$"Stop":"bash -c up_or_down" \
|
--button=$"OK" --button=$"Stop":"bash -c up_or_down" \
|
||||||
--button=$"Import":"bash -c import_wg" \
|
--button=$"Import":"bash -c import_wg" \
|
||||||
--field=$"Remove:0""bash -c remove" --separator="" \
|
--form --field=$"Remove:0""bash -c remove" --separator="" \
|
||||||
--button=$"About":"bash -c about" \
|
--button=$"About":"bash -c about" \
|
||||||
--window-icon=${wg_pic}wg-vpn.png \
|
--window-icon=${wg_pic}wg-vpn.png \
|
||||||
--borders=8 --image-on-top --image=${wg_pic}wg-active.png \
|
--borders=8 --image-on-top --image=${wg_pic}wg-active.png \
|
||||||
--column=$"Selection" $tunnel \
|
--column=$"Selection" $tunnel \
|
||||||
--text=$"<b>Activ Tunnel: </b> <span color='#0fad0a'><b>$active</b></span>
|
--text=$"<b>Activ Tunnel: </b> <span color='#0fad0a'><b>$active</b></span>
|
||||||
<b>----------------------------------------------------------------------------------</b>
|
<b>----------------------------------------------------------------------------------</b>
|
||||||
<b>If no tunnels are listed,</b>
|
<b>If no tunnels are listed,</b>
|
||||||
<b>so they have to import their tunnel beforehand.</b>")
|
<b>so they have to import their tunnel beforehand.</b>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user