Email notification in i3
Can anyone tell about good email notification tools working on i3wm?
Can anyone tell about good email notification tools working on i3wm?
If you use Thunderbird and “set urgent flag” is enough mail notification for you, you can use the “New Mail Attention” add-on. It does have a few options, but it basically just works.
I started this discussion on the mailing list some time ago (here), and here is a brief:
a) If you are using an email client: thunderbird or claws-mail will do the trick for you (with tray icon properly displayed as well)
b) If you are only using browser email client, such as Gmail, check out checkgmail.
Update 2013-07-25:
for option (b), checkgmail is basically crashing (project looks dead), so I am dropping it in favor of manually handling this on the i3status directly. You can use conky or add to the i3bar using pipe. I created a script, based on conky solutions for Gmail, it is available here: gmail-count (comments, suggestions, welcome).
Yes. Thunderbird does not come with tray icon by default. You need to install a plugin such as firetray: https://addons.mozilla.org/en-us/thunderbird/addon/firetray/
I'm using trysterobiff (https://bitbucket.org/gsauthof/trysterobiff) and quite happy with that so far
Just released a script I've been using for Gmail, hope it helps: https://gist.github.com/brunobraga/6076658
If you use mutt with the set beep_new
setting, it is possible to activate the urgency hint in xterm or urxvt by adding the following lines to the ~/.Xresources
configuration file:
XTerm*bellIsUrgent: true
URxvt*urgentOnBell: true
Then the color of the window decoration will change according to the client.urgent
colorclass and the workspace button color defined by urgent_workspace
(see changing colors and workspace colors in the userguide),
when the window is out of focus. This would also work when the beep from the PC speaker is disabled.
I don't want to spam this everywhere or make it seem like an universal answer... but i3pystatus can display how many new mails you got ;) Works with IMAP + Thunderbird.
Asked: 2012-06-06 00:56:35 +0000
Seen: 4,391 times
Last updated: Jul 30 '13