# 8stat A easy-configurable, system monitor thingie, which can output to terminal or your bar (e.g. dzen2).
Made for Linux, but it'll eventually get support for other \*nix systems. ### Dependencies: - Python libraries: - - psutil - - netifaces - - cython ### Installation: 1. Clone the repo. 2. Compile SSID library - `make`. 3. Install the python dependencies using pip - `pip install -r requirements.txt`.
If you don't know how to use 8stat, type `8stat -h`