README update (included information)
Aaron Marcher info@nulltime.net
Tue, 14 Jun 2016 19:19:25 +0200
1 files changed,
11 insertions(+),
9 deletions(-)
jump to
M
README.md
→
README.md
@@ -5,17 +5,19 @@ **slstatus** is a suckless and lightweight status monitor for window managers which use WM_NAME as statusbar (e.g. DWM). It is written in pure C without any system() calls and only reads from files most of the time. It is meant as a better alternative to Bash scripts (inefficient) and Conky (bloated for this use).
The following information is included: -- wifi percentage - battery percentage -- cpu usage in percent -- cpu temperature -- ram usage in percent -- alsa volume level in percent -- disk usage -- date -- time +- cpu usage (in percent) +- date and time +- disk numbers (free storage, percentage, total storage and used storage) +- available entropy +- hostname +- ip addresses +- ram numbers (free ram, percentage, total ram and used ram) +- temperature +- volume percentage (alsa) +- wifi percentage -Multiple entries (battery, wifi signal, ...) are supported and everything can be reordered and customized via a C header file (similar to DWM). +Multiple entries per function are supported and everything can be reordered and customized via a C header file (similar to DWM). ![screenshot](screenshot.png)