No description
Find a file
2019-06-17 12:45:44 +03:00
plugins filecat plugin: a simple plugin to read file contents 2019-05-24 12:14:08 +03:00
.gitignore gitignore: ignore plugins/custom*.py, because some stuff has to be hard coded 2019-06-17 12:45:44 +03:00
conf.yaml move config to yaml, json is atrocious 2019-03-05 12:33:05 +03:00
README.md add dependencies to the readme 2019-03-06 12:06:37 +03:00
vdstatus vdstatus, plugins: some refactoring and better usage of dict() methods; rename fga to fortune and make uri configurable 2019-03-28 13:21:15 +03:00

vdstatus

A simple replacement for i3status that is both extensible and customizable. Documentation is pending, but no promises.

Base requirements:

Some plugins have dependencies of their own:

  • psutil - for mem.py and disk.py
  • pytz - optional for date.py (for custom time zone)