summaryrefslogtreecommitdiff
path: root/email-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-12-13 09:36:26 -0500
committerGitHub <noreply@github.com>2021-12-13 09:36:26 -0500
commit0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch)
tree47c74841af56841d340be9c2acaeeee45ddd75ba /email-widget
parentd3d929dbba9e89a8ce2101b1e1b044a727264513 (diff)
parent2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff)
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
Diffstat (limited to 'email-widget')
-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
+```