My slstatus configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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/state/time left
  8. - CPU usage
  9. - CPU frequency
  10. - Custom shell commands
  11. - Date and time
  12. - Disk status (free storage, percentage, total storage and used storage)
  13. - Available entropy
  14. - Username/GID/UID
  15. - Hostname
  16. - IP address (IPv4 and IPv6)
  17. - Kernel version
  18. - Keyboard indicators
  19. - Load average
  20. - Network speeds (RX and TX)
  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). Uncomment OSSLIBS on OpenBSD.
  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. Cleaning up the whole codebase it the goal before thinking about a release.