X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/f6f0c895ce95065f581f6f6d473afe9745a6f812..c15e66ce7770b3ab79d61a84c785a5a48cfb8902:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 404977f..43aaf38 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,15 @@ The following information is included: - date and time - disk numbers (free storage, percentage, total storage and used storage) - available entropy +- username/gid/uid of current user - hostname - ip addresses +- load average - ram numbers (free ram, percentage, total ram and used ram) - temperature -- volume percentage (alsa) -- wifi percentage +- uptime +- volume percentage + mute status (alsa) +- wifi signal percentage and essid Multiple entries per function are supported and everything can be reordered and customized via the C header file config.h (similar to DWM). @@ -38,7 +41,7 @@ Put the following code in your ~/.xinitrc (or similar): ``` while true; do - slstatus + slstatus done & ```