Update README.md
This commit is contained in:
parent
6d3bf31e65
commit
9f1a113be2
|
@ -16,7 +16,7 @@ right_layout:add(emailWidget_counter)
|
|||
|
||||
## How it works
|
||||
|
||||
This widget uses the output of two python scripts, first is called every 5 minutes - it returns number of unread emails and second is called when mouse hovers over an icon and displays content of those emails. For both of them you'll need to provide your credentials and imap server. For testing they can simply be called from console:
|
||||
This widget uses the output of two python scripts, first is called every 5 seconds - it returns number of unread emails and second is called when mouse hovers over an icon and displays content of those emails. For both of them you'll need to provide your credentials and imap server. For testing they can simply be called from console:
|
||||
|
||||
``` bash
|
||||
python ~/.config/awesome/email/countUnreadEmails.py
|
||||
|
|
Loading…
Reference in New Issue