~rootmos/xpanel

stdin to an X11 window
4312d6a5 — Gustav Behm 3 years ago
Add a font size option
79e9bb69 — Gustav Behm 3 years ago
Add a pid file option
8fe372af — Gustav Behm 3 years ago
Trigger custom actions when input is received

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rootmos/xpanel
read/write
git@git.sr.ht:~rootmos/xpanel

You can also use your local clone with git send-email.

#xpanel

Small program that renders text from stdin to an X11 window

#Example

Draw current time in the lower left-hand corner:

# while sleep 1; do date -Is; done | xpanel -a SW

#Usage

usage: xpanel [OPTION]...

options:
  -0        use a null character to separate messages (default is newline)
  -a DIR    anchor window to border at DIR (N S W E NW SW NE SE)
  -t NAME   set window title to NAME
  -f FONT   use FONT
  -H        don't close the window when stdin closes
  -A ACTION run ACTION (like system(3) does) when enter, space or mouse buttons are pressed ($0 is bound to the relevant button)
  -h        print this message