xosd: A binding to the X on-screen display
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 ())
Downloads
- xosd-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2, 0.2.1 |
---|---|
Dependencies | base (>1 && <6) [details] |
License | BSD-3-Clause |
Copyright | Don Stewart <dons00@gmail.com> |
Author | |
Maintainer | Don Stewart <dons00@gmail.com> |
Category | Graphics |
Home page | http://code.haskell.org/~dons/code/xosd |
Uploaded | by DonaldStewart at 2012-12-27T17:19:37Z |
Distributions | NixOS:0.2.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3293 total (22 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |