all repos — slstatus @ 456be7ad1ff3ea61b9ffbf1d0dbbca8a34b5830e

my build of slstatus (tools.suckless.org/slstatus/)

README update (included information)
Aaron Marcher info@nulltime.net
Tue, 14 Jun 2016 19:19:25 +0200
commit

456be7ad1ff3ea61b9ffbf1d0dbbca8a34b5830e

parent

16716dd1307af81103b40c6a48a028d1328bbdf8

1 files changed, 11 insertions(+), 9 deletions(-)

jump to
M README.mdREADME.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)