###Scripts version 2016###

This commit is contained in:
castro-fidel
2021-10-07 17:58:10 +03:00
parent 0449899d6f
commit 2a86ac870b
6 changed files with 14 additions and 7 deletions

View File

@ -472,7 +472,7 @@ pw_tray_icon () {
if [ ! -z "`pgrep -a yad_new | grep "\-\-notification" | awk '{print $1}'`" ]
then kill -s SIGUSR1 "`pgrep -a yad_new | grep "\-\-notification" | awk '{print $1}'`"
fi
killall start.sh
kill -9 `pgrep -a start.sh | awk '/PortWINE/ && /PortProton/' | awk '{print $1}'`
}
export -f tray_icon_click_exit