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.
 
 
 
 

28 Zeilen
536 B

  1. .Dd 2017-08-10
  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 so
  10. .Sh DESCRIPTION
  11. .Nm
  12. is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
  13. stdin to fill the status bar.
  14. By default,
  15. .Nm
  16. outputs to WM_NAME.
  17. .Sh OPTIONS
  18. .Bl -tag -width Ds
  19. .It Fl s
  20. Write to stdout instead of WM_NAME.
  21. .It Fl o
  22. Write only once and exit.
  23. .El
  24. .Sh CUSTOMIZATION
  25. .Nm
  26. can be customized by creating a custom config.h and (re)compiling the source
  27. code. This keeps it fast, secure and simple.