X-Git-Url: https://git.phdru.name/?p=IM.git;a=blobdiff_plain;f=im-status.sh;h=21abf822cd75b63575cfae59cace648cc673313a;hp=8d5685bb2f430948cee6165967570209a8a92361;hb=HEAD;hpb=3a79cd54ead8128cac83b301594ba57081c7d449 diff --git a/im-status.sh b/im-status.sh index 8d5685b..21abf82 100755 --- a/im-status.sh +++ b/im-status.sh @@ -36,7 +36,9 @@ esac xtitle "$1" "$2" "$title" && if [ "`gajim-remote check_gajim_running 2>/dev/null | tail -1`" = True ]; then gajim-remote change_status "$2" "$title" -else +elif pgrep pidgin >/dev/null; then purple-remote "setstatus?status=$status&message=$status_msg" fi -exec skype_status_mood.py "$skype_status" "$3" >/dev/null 2>&1 +if pgrep skype >/dev/null; then + exec skype_status_mood.py "$skype_status" "$3" >/dev/null 2>&1 +fi