vdstatus/README.md

14 lines
407 B
Markdown
Raw Normal View History

2016-10-18 22:50:18 +03:00
vdstatus
========
2019-03-05 11:33:05 +02:00
A simple replacement for i3status that is both extensible and customizable.
Documentation is pending, but no promises.
2019-03-06 11:06:37 +02:00
Base requirements:
2019-03-05 11:33:05 +02:00
* python 3
2019-03-06 11:06:37 +02:00
* [pyyaml](https://pyyaml.org/)
Some plugins have dependencies of their own:
* [psutil](https://github.com/giampaolo/psutil) - for mem.py and disk.py
* [pytz](https://pythonhosted.org/pytz/) - optional for date.py (for custom time zone)