From 4bc1a12d42f5c7a410bef73ad7186b968e3ce506 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 5 Mar 2014 01:57:13 +0400 Subject: [PATCH] Set n900 status and xtitle at the beginning --- im-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2