This commit is contained in:
Vasily Kukhar 2017-05-01 14:15:05 +00:00 committed by GitHub
commit d81feab410

View file

@ -44,7 +44,7 @@ bgnotify () { ## args: (title, subtitle)
elif hash kdialog 2>/dev/null; then #ubuntu kde! elif hash kdialog 2>/dev/null; then #ubuntu kde!
kdialog -title "$1" --passivepopup "$2" 5 kdialog -title "$1" --passivepopup "$2" 5
elif hash notifu 2>/dev/null; then #cygwyn support! elif hash notifu 2>/dev/null; then #cygwyn support!
notifu /m "$2" /p "$1" (notifu /m "$2" /p "$1" &)
fi fi
} }