We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecf631 commit 2acbabcCopy full SHA for 2acbabc
README.md
@@ -18,10 +18,12 @@ mkdir -p ~/.i3/py3status && cd ~/.i3/py3status
18
ln -s <PATH_TO_CLONED_REPO>/src/py3status-http-monitor/http_monitor.py ./
19
```
20
21
-### With Pip
+### With Pip, Pipenv or Poetry
22
23
``` bash
24
pip install py3status-http-monitor
25
+pipenv install py3status-http-monitor
26
+poetry add py3status-http-monitor && poetry install
27
28
29
### Building Arch package w/PKGBUILD
@@ -106,3 +108,7 @@ You can pass in the following configuration options:
106
108
* service_name
107
109
* timeout
110
* cache_timeout
111
+
112
+## Restart i3
113
114
+Once the package is installed and configured you just need to restart i3.
0 commit comments