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

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # slstatus
  2. A suckless status monitor for DWM written in pure C without any system() calls.
  3. # Information
  4. - wifi percentage
  5. - battery percentage
  6. - cpu usage in percent
  7. - cpu temperature
  8. - ram usage in percent
  9. - alsa volume level in percent
  10. - date
  11. - time
  12. # Screenshot
  13. ![screenshot](screenshot.png)
  14. # Installation
  15. Just run ```sudo make install```!
  16. # Configuration
  17. Just edit config.h and recompile!
  18. # Starting
  19. Put this in your ~/.xinitrc:
  20. ```
  21. while true; do
  22. slstatus
  23. done &
  24. ```
  25. # Contributors
  26. See CONTRIBUTORS.md file.