https://github.com/halosghost/dstat
A lightweight status program for simple WMs
https://github.com/halosghost/dstat
c dwm lightweight status-monitor
Last synced: 11 months ago
JSON representation
A lightweight status program for simple WMs
- Host: GitHub
- URL: https://github.com/halosghost/dstat
- Owner: HalosGhost
- License: gpl-2.0
- Created: 2014-01-14T05:40:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T23:35:43.000Z (almost 5 years ago)
- Last Synced: 2023-03-31T16:16:07.451Z (about 3 years ago)
- Topics: c, dwm, lightweight, status-monitor
- Language: C
- Homepage:
- Size: 65.4 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
dstat
-----
A lot of other simple status monitors attempt to have an extensible plugin style.
There is nothing wrong with doing so, and it does allow for greater simplicity for new users.
However, through adding such functionality, also added is an extra level of complexity.
In addition, this status monitor allows writing to ``stdout``, so it will work with any status bar that can read from ``stdin``.
This is a very small status program (~23KiB when built normally and stripped) that aims to be functional and flexible but primarily small and fast.
Each module is fairly self-explanatory, and the defaults are meant to be as sane as possible.