Scroll to navigation

AOSD(1) User Commands AOSD(1)

NAME

aosd_cat - displays text on the screen

SYNOPSIS

aosd_cat [OPTION...]

DESCRIPTION

Displays UTF-8 text in a transparent OSD frame.

For parameters marked with asterisk (*) valid range is 0-255. Those, which are marked with double asterisk (**), accept negative values. Coloring parameters are specified in either #RGB format or from rgb.txt. Timing parameters are specified in milliseconds. Scrollback limits are cancelled with 0 parameter. Age is in seconds.

Sets the OSD window position. Or to be more precise, selects the point of the screen which is told to be the beginning of the coordinates (the 0,0 point) AND selects the point of the OSD window to collocate with it. Valid range is 0-8, where 0 is top-left corner and 8 is bottom-right corner. Default value is 6.
Sets the x-axis window offset from the (0,0) point. Default value is 50.
Sets the y-axis window offset from the (0,0) point. Default value is -50.
Sets the shadow offset. Default value is 2.
Sets the margin from the edge to the contents. Default value is 0.
Sets the transparency mode. 0=none, 1=fake, 2=composite. Default value is 2.
Sets the OSD font. No default value.
Sets the OSD wrapping width in pixels. If set to zero, text will be wrapped on screen width or will not be wrapped at all if other parameters make it impossible to layout correctly. Default value is 0.
Sets the background color. No default value.
Sets the shadow color. Default value is black.
Sets the foreground color. Default value is green.
Sets the background opacity. Default value is 0.
Sets the shadow opacity. Default value is 192.
Sets the foreground opacity. Default value is 255.
Sets the fade in time. Default value is 300.
Sets the time to show with full opacity. Default value is 3000.
Sets the fade out time. Default value is 300.
Sets the line age removal limit. Default value is 0.
Sets the line amount removal limit. Default value is 1.
Sets the input text source. Default value is -.

BUGS

This manpage may be out of date. Use --help to get the latest options.

Thank you for using libaosd! Please send bug reports to: http://jira.atheme.org/

November 2007 aosd_cat