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

1234567891011121314151617
  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. # configuration
  13. Just edit config.h and recompile!