I'd like to have my status appear 'Busy' or 'Appear Offline' for certain times of the day / week.
I was on a one-day Time Management course yesterday, one of their suggestions to avoid distractions was to use Time Blocking and try to make specific times available for people rather than any time of the day taking interruptions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do this using cron. You'll need to install a command-line program called purple-remote that will allow you to automatically update the Pidgin status and message lines. The purple-remote program is included in the libpurple-bin package, which can be installed through System -> Administration -> Synaptic Package Manager. After you have installed purple-remote, you can set your away status like this:
Is there a plugin to do this?
I'd like to have my status appear 'Busy' or 'Appear Offline' for certain times of the day / week.
I was on a one-day Time Management course yesterday, one of their suggestions to avoid distractions was to use Time Blocking and try to make specific times available for people rather than any time of the day taking interruptions.
You can do this using cron. You'll need to install a command-line program called purple-remote that will allow you to automatically update the Pidgin status and message lines. The purple-remote program is included in the libpurple-bin package, which can be installed through System -> Administration -> Synaptic Package Manager. After you have installed purple-remote, you can set your away status like this:
or switch back to available like this:
To start Pidgin, you can use
Next, fire up crontab -e and set up your cron jobs as you wish, to look somewhat like this:
Hope this helps! Cheers!