sb

shitty bar for dwm
git clone git://git.ckyln.com/~cem/sb.git
Log | Files | Refs | README | LICENSE

sb.1 (648B)


      1 .TH "SB" "1" "sb-vnumber" "Cem Keylan"
      2 .hy
      3 .SH NAME
      4 .PP
      5 sb - simple bar
      6 .SH DESCRIPTION
      7 .PP
      8 sb is a POSIX shell script that writes to WM_NAME to create a bar.
      9 It uses xsetroot(1). You can use your own functions by adding new
     10 functions to your \f[I]~/.config/sb-func\f[R] directory
     11 .SH OPTIONS
     12 .TP
     13 .B -d
     14 Use the default configuration
     15 .TP
     16 .B -n
     17 Print to stdout instead of WM_NAME
     18 .TP
     19 .B -x
     20 Exit running instance of sb
     21 .TP
     22 .B -h
     23 Print usage information to stdout and exit
     24 .TP
     25 .B -v
     26 Print version number to stdout and exit
     27 .SH FILES
     28 .PP
     29 sb looks for \f[B]\[ti]/.config/sbrc\f[R] on startup
     30 .SH SEE ALSO
     31 .PP
     32 sbrc(5), xsetroot(1)
     33 .SH AUTHORS
     34 Cem Keylan.