My slstatus configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 1.6 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. slstatus - suckless status
  2. ==========================
  3. slstatus is a suckless status monitor for window managers that use WM_NAME
  4. (e.g. dwm) or stdin to fill the status bar.
  5. Features
  6. --------
  7. - Battery percentage/power/state
  8. - CPU usage
  9. - CPU frequency
  10. - CPU iowait
  11. - Custom shell commands
  12. - Date and time
  13. - Disk status (free storage, percentage, total storage and used storage)
  14. - Available entropy
  15. - Username/GID/UID
  16. - Hostname
  17. - IP address (IPv4 and IPv6)
  18. - Kernel version
  19. - Keyboard indicators
  20. - Load average
  21. - Number of files in a directory (hint: Maildir)
  22. - Memory status (free memory, percentage, total memory and used memory)
  23. - Swap status (free swap, percentage, total swap and used swap)
  24. - Temperature
  25. - Uptime
  26. - Volume percentage (OSS/ALSA)
  27. - WiFi signal percentage and ESSID
  28. Requirements
  29. ------------
  30. In order to build slstatus you need the Xlib header files.
  31. Installation
  32. ------------
  33. Edit config.mk to match your local setup (slstatus is installed into the
  34. /usr/local namespace by default).
  35. Afterwards enter the following command to build and install slstatus (if
  36. necessary as root):
  37. make clean install
  38. Running slstatus
  39. ----------------
  40. See the man page for details.
  41. Configuration
  42. -------------
  43. slstatus can be customized by creating a custom config.h and (re)compiling the
  44. source code. This keeps it fast, secure and simple.
  45. Todo
  46. ----
  47. Porting to OpenBSD is the current goal before thinking about a release.
  48. The following functions are not portable at the moment:
  49. - ipv{4,6}
  50. - ram_{free,perc,total,used}
  51. - wifi_{perc,essid}
  52. - cpu_{freq,perc,iowait}
  53. - entropy
  54. - swap_{free,perc,total,used}
  55. - battery_{power,state}
  56. - temp
  57. - vol_perc