From 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 Mon Sep 17 00:00:00 2001 From: Little Clover Date: Mon, 13 Dec 2021 17:36:10 +0800 Subject: grammar correction --- email-widget/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'email-widget/README.md') 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 +``` -- cgit v1.2.3