Update README.md

This commit is contained in:
Pavel Makhov 2017-01-12 09:55:40 -05:00 committed by GitHub
parent 2ad7858ae9
commit 8c3395a4f6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ python ~/.config/awesome/email/countUnreadEmails.py
python ~/.config/awesome/email/readEmails.py
```
Note that getting number of unread emails could take some time, so instead of `pread` or `spawn_with_shell` functions I use DBus, you can read more about it in [this]({{site.url}}/2015/09/fix-awesome-freezes) post.
Note that getting number of unread emails could take some time, so instead of `pread` or `spawn_with_shell` functions I use DBus, you can read more about it in [this](http://pavelmakhov.com/2015/09/fix-awesome-freezes) post.
---