X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/3c1a03919f147069fac3444f5c8a2adaf8a65478..85dd971fb312f3c401937ea4ad118ecd701bee49:/README.md diff --git a/README.md b/README.md index 7e2ac20..43aaf38 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,19 @@ The following information is included: - battery percentage - cpu usage (in percent) +- custom shell commands - 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). @@ -37,7 +41,7 @@ Put the following code in your ~/.xinitrc (or similar): ``` while true; do - slstatus + slstatus done & ```