Skip to content

aecepoglu/easyi3status-maildir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

easyi3status maildir module

Demo:
demo demo2

To Install

wget https://raw.githubusercontent.com/aecepoglu/easyi3status-maildir/master/maildir.py -P ~/.config/easyi3status/modules/
wget https://raw.githubusercontent.com/aecepoglu/easyi3status-maildir/master/config.yaml -O - >> ~/.config/easyi3status/config.yaml

Set maildir path

Open ~/.config/easyi3status/config.yaml and set your maildir path

- name: maildir
  config:
    path: /home/aecepoglu/mail/inbox #set this to point to a maildir directory

And restart i3 for the changes to take effect.

Configuration

  • path: path to a maildir folder. REQUIRED. It expects there to be a folder with maildir structure (with cur, new, tmp folders at given path)
  • label: optional label
  • hideCount: hides the count from the display. true or false. Defaults to false
  • hideIfZero: show nothing if the count is 0. true or false. Defaults to false

Help & Troubleshooting

Using multiple instances

If you have multiple accounts or directories you want to track for new mails, just add multiple maildir instances to your config.yaml:

- name: maildir
  config:
    label: "home"
    path: /home/aecepoglu/mail/inbox
- name: maildir
  config:
    label: "work"
    path: /home/aecepoglu/mail/work

bad_path error

You will see this error if your maildir path is wrong. Check the folder exists and is accessible

About

easyi3status maildir plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages