From: Oleg Broytman Date: Tue, 4 Mar 2014 21:57:13 +0000 (+0400) Subject: Set n900 status and xtitle at the beginning X-Git-Url: https://git.phdru.name/?p=IM.git;a=commitdiff_plain;h=4bc1a12d42f5c7a410bef73ad7186b968e3ce506 Set n900 status and xtitle at the beginning --- diff --git a/im-status.sh b/im-status.sh index 75f43b3..124eb2b 100755 --- a/im-status.sh +++ b/im-status.sh @@ -33,11 +33,11 @@ case "$LC_CTYPE" in ;; esac +n900-status-wifi "$1" && +xtitle "$1" "$2" "$title" && if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then gajim-remote change_status "$2" "$3" else purple-remote "setstatus?status=$status&message=$status_msg" fi && -n900-status-wifi "$1" && -xtitle "$1" "$2" "$title" && exec skype_status_mood.py "$skype_status" "$3" >/dev/null