Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

osdsh(1) [debian man page]

OSDSH(1)						      General Commands Manual							  OSDSH(1)

NAME
osdsh - Overlays your screen with various system informations SYNOPSIS
osdsh [options] DESCRIPTION
osdsh is a a little program that overlays system information using the XOSD library. OSDsh was originally based on osdd but got some fea- tures added, like: * It is able to display a clock. * Shows the volume levels of the soundcard whenever they change. * Tells you if you are on- or off-line, and the time you were connected. * Shows the battery status and * shows any message you want it to. osdsh forks to the background when started and should be started in the user's session scripts (like ~/.xsession) OPTIONS
-h Show summary of options. -m mixer Set mixer device. (Default: /dev/mixer) -f font Set font (Default: -*-lucidatypewriter-bold-*-*-*-*-240-*-*-*-*-*-*) -c color Set color (Default: green) -d int Set OSD delay (Default: 5) -o int Set shadow offset (Default: 1) -p <0|1> Position of the osd: 0 for top, 1 for bottom. (Default: 1 (bottom)) -a <0|1|2> align of the osd: left, center or right -n number set the nice number so osdsh won't eat your cpu SEE ALSO
osdctl(1), osdshconfig(1). AUTHOR
This manual page was written by Joachim Breitner <nomeata@debian.org>, for the Debian project (but may be used by others). August 31, 2003 OSDSH(1)

Check Out this Related Man Page

OSDClock(1)						      General Commands Manual						       OSDClock(1)

NAME
osd_clock - X on-screen clock displayer SYNOPSIS
osd_clock [OPTION]... [+FORMAT] DESCRIPTION
Display date/time information on screen. -f FONT Set font. -c COLOR Set color. -d DELAY Sets the delay (in seconds) that the clock is exposed. Useful if combined with INTERVAL. -F FORMAT This option specifies the format to be used to output the date. See 'strftime(3)'. -i INTERVAL This specifies the interval between displays. Default is 1 (display every second). -H INTEGER The "chimes per hour" count overrides -i. Default is 0 (no effect). The time will be displayed this many times each hour (notwithstanding signals interrupting sleep, and leap seconds). The first dis- play of the hour will be on the hour exactly. Use -H 4 for a display at 0, 15, 30 and 45 minutes past. -s SHADOW This option sets the shadow depth. Default 2. -t locate clock at top left (default: bottom left). -b locate clock at bottom left (default). -o OFFSET This option specifies the offset from the top or bottom of screen the text is displayed. The default is 0. Useful to move above or below panels or applets. -h, --help display this help and exit BUGS
The per-hour mode may fire up to one second late, or worse if the system is busy. AUTHOR
Jon Beckham <leftorium@leftorium.net> Martijn van de Streek <martijn@foodfight.org> Nathan Walp <faceprint@faceprint.com> COPYRIGHT
It is distributed under the GNU General Public License. X OSD Clock March 2001 OSDClock(1)
Man Page