summaryrefslogtreecommitdiff
path: root/email-widget/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'email-widget/README.md')
-rw-r--r--email-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/email-widget/README.md b/email-widget/README.md
index 3833f14..510792d 100644
--- a/email-widget/README.md
+++ b/email-widget/README.md
@@ -28,9 +28,9 @@ s.mytasklist, -- Middle widget
## How it works
-This widget uses the output of two python scripts, first is called every 20 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:
+This widget uses the output of two python scripts, first is called every 20 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/count_unread_emails.py
python ~/.config/awesome/email/read_emails.py
-``` \ No newline at end of file
+```