Merge pull request #9 from philipdexter/master
fixed github installation url
This commit is contained in:
commit
4ef267991b
@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
|
||||
To install it, follow these steps:
|
||||
|
||||
cd ~/.config/i3status/
|
||||
git clone git@github.com:janoliver/i3pystatus contrib
|
||||
git clone git@github.com:enkore/i3pystatus contrib
|
||||
cd contrib/i3pystatus
|
||||
cp __main__.py.dist __main__.py
|
||||
|
||||
@ -371,4 +371,3 @@ a python class that can be registered with the `I3statusHandler` class. Also don
|
||||
forget to add yourself to the LICENSE file.
|
||||
|
||||
**Patches and pull requests are very welcome :-)**
|
||||
|
||||
|
@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
|
||||
To install it, follow these steps:
|
||||
|
||||
cd ~/.config/i3status/
|
||||
git clone git@github.com:janoliver/i3pystatus contrib
|
||||
git clone git@github.com:enkore/i3pystatus contrib
|
||||
cd contrib/i3pystatus
|
||||
cp __main__.py.dist __main__.py
|
||||
|
||||
|
@ -20,7 +20,7 @@ class IMAP(Backend):
|
||||
)
|
||||
required = ("host", "username", "password")
|
||||
|
||||
port = 143
|
||||
port = 993
|
||||
ssl = False
|
||||
|
||||
imap_class = imaplib.IMAP4
|
||||
|
Loading…
Reference in New Issue
Block a user