12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .\" Automatically generated by Pandoc 2.14.2
- .\"
- .TH "aslstatus" "1" "" "" ""
- .hy
- .SH NAME
- .PP
- \f[C]aslstatus\f[R] \[em] async suckless status monitor
- .SH SYNOPSIS
- .PP
- aslstatus [\f[I]options\f[R]]
- .SH DESCRIPTION
- .PP
- \f[B]aslstatus\f[R] is a sucklessmulti thread status monitor for window
- managers that use \f[I]WM_NAME\f[R] (e.g.\ \f[B]dwm\f[R]) or
- \f[I]stdin\f[R] (e.g \f[B]lemonbar\f[R]) to fill the status bar.
- By defaul if compiled with \f[I]X=1\f[R], outputs to \f[I]WM_NAME\f[R],
- .SH OPTIONS
- .TP
- \f[B]\f[CB]-h\f[B]\f[R]
- Show help
- .TP
- \f[B]\f[CB]-v\f[B]\f[R]
- Show version
- .TP
- \f[B]\f[CB]-d\f[B]\f[R]
- Dump config to stdout
- .TP
- \f[B]\f[CB]-s\f[B]\f[R]
- If compiled with \f[I]X=1\f[R], outputs to \f[I]stdout\f[R]
- .SH SIGNALS
- .PP
- If segment (thread) receive \f[I]USR1\f[R] signal then that segmen will
- be force updated
- .SH CUSTOMIZATION
- .PP
- \f[B]aslstatus\f[R] can be customized by creating a custom
- \f[I]config.h\f[R] and \f[I]components_config.h\f[R] and (re)compiling
- the source code.
- This keeps it fast, secure and simple.
- .SH BUGS
- .PP
- Bugs can be reported and filed at
- https://notabug.org/dm9pZCAq/aslstatus/issues
- .SH AUTHORS
- dm9pZCAq.
|