The xosd package
A binding to the X on-screen display
xosd is a library for displaying an on-screen display (like the one on many TVs) on your X display.
For example, the following displays the string "TEST" in the center of the screen, in 34pt Helvetica, for 3 seconds.
runXOSD [ Timeout 3
, VAlign VAlignMiddle
, HAlign HAlignCenter
, Font "-adobe-helvetica-bold-r-*-*-34-*-*-*-*-*-*-*"
, Color "LimeGreen"
, Display (String "TEST")]
(const $ return ())
Properties
| Versions | 0.1, 0.1.1, 0.2, 0.2.1 |
|---|---|
| Dependencies | base (>1 & <6) |
| License | BSD3 |
| Copyright | Don Stewart <dons00@gmail.com> |
| Maintainer | Don Stewart <dons00@gmail.com> |
| Stability | experimental |
| Category | Graphics |
| Home page | http://code.haskell.org/~dons/code/xosd |
| Upload date | Thu Dec 27 17:19:37 UTC 2012 |
| Uploaded by | DonaldStewart |
| Built on | ghc-7.6 |
Modules
- Graphics
Downloads
- xosd-0.2.1.tar.gz (Cabal source package)
- package description (included in the package)