My slstatus configuration
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. - 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
  17. - Kernel version
  18. - Keyboard indicators
  19. - Load average
  20. - Number of files in a directory (hint: Maildir)
  21. - Memory status (free memory, percentage, total memory and used memory)
  22. - Swap status (free swap, percentage, total swap and used swap)
  23. - Temperature
  24. - Uptime
  25. - Volume percentage (OSS/ALSA)
  26. - WiFi signal percentage and ESSID
  27. Requirements
  28. ------------
  29. In order to build slstatus you need the Xlib header files and optionally ALSA
  30. for volume percentage. PulseAudio is not supported for various reasons.
  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 dmenu (if necessary
  36. 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.