trayicon korrektur

This commit is contained in:
Désiré Werner Menrath 2023-11-10 23:00:59 +01:00
parent 397460c1b0
commit 8a5fb47ede

4
wire_g
View File

@ -54,11 +54,11 @@ wg_notify(){
nmcli con mod $active connection.autoconnect no nmcli con mod $active connection.autoconnect no
yad --notification \ yad --notification \
--image="icon:${wg_pic}wg-vpn.png" \ --image="${wg_pic}wg-vpn.png" \
--icon-size=32 --no-middle \ --icon-size=32 --no-middle \
--text=$"$active $show" \ --text=$"$active $show" \
--menu="Wire-G $open ! sbin/wire_g --menu="Wire-G $open ! sbin/wire_g
$active stop!/sbin/wg_stop" \ |$active stop!/sbin/wg_stop" \
--command="menu" --command="menu"
} }
export -f wg_notify export -f wg_notify