slstatus.1 549 B

1234567891011121314151617181920212223242526272829
  1. .Dd 2020-06-23
  2. .Dt SLSTATUS 1
  3. .Os
  4. .Sh NAME
  5. .Nm slstatus
  6. .Nd suckless status monitor
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl s
  10. .Op Fl 1
  11. .Sh DESCRIPTION
  12. .Nm
  13. is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
  14. stdin to fill the status bar.
  15. By default,
  16. .Nm
  17. outputs to WM_NAME.
  18. .Sh OPTIONS
  19. .Bl -tag -width Ds
  20. .It Fl s
  21. Write to stdout instead of WM_NAME.
  22. .It Fl 1
  23. Write once to stdout and quit.
  24. .El
  25. .Sh CUSTOMIZATION
  26. .Nm
  27. can be customized by creating a custom config.h and (re)compiling the source
  28. code. This keeps it fast, secure and simple.