My slstatus configuration
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 6 años
hace 6 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. - Backlight percentage
  8. - Battery percentage/state/time left
  9. - CPU usage
  10. - CPU frequency
  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. - Network speeds (RX and TX)
  22. - Number of files in a directory (hint: Maildir)
  23. - Memory status (free memory, percentage, total memory and used memory)
  24. - Swap status (free swap, percentage, total swap and used swap)
  25. - Temperature
  26. - Uptime
  27. - Volume percentage (OSS/ALSA)
  28. - WiFi signal percentage and ESSID
  29. Requirements
  30. ------------
  31. In order to build slstatus you need the Xlib header files.
  32. Installation
  33. ------------
  34. Edit config.mk to match your local setup (slstatus is installed into the
  35. /usr/local namespace by default). Uncomment OSSLIBS on OpenBSD.
  36. Afterwards enter the following command to build and install slstatus (if
  37. necessary as root):
  38. make clean install
  39. Running slstatus
  40. ----------------
  41. See the man page for details.
  42. Configuration
  43. -------------
  44. slstatus can be customized by creating a custom config.h and (re)compiling the
  45. source code. This keeps it fast, secure and simple.
  46. Todo
  47. ----
  48. Cleaning up the whole codebase it the goal before thinking about a release.