aosd: Bindings to libaosd, a library for Cairo-based on-screen displays
http://www.atheme.org/project/libaosd
An advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
Distro packages providing libaosd:
Debian:
libaosd2
Example:
{-# LANGUAGE OverloadedStrings #-}
import Graphics.Aosd.Pango
markup = pSized 50 (pUnlines [pItalic "AOSD","Example"])
main = do
    withAosd
        defaultOpts
        (textRenderer markup) { alignment = Just AlignCenter, colour = orange }
        (a -> aosdFlash a (symDurations 3000 3000))
Tested with libaosd version 0.2.7.
Flags
Manual Flags
| Name | Description | Default | 
|---|---|---|
| debugmemory | Disabled | 
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- aosd-0.2.2.tar.gz [browse] (Cabal source package)
 - Package description (as included in the package)
 
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2 | 
|---|---|
| Change log | changelog.markdown | 
| Dependencies | base (>=4 && <5), bindings-DSL (>=1.0.11), cairo (>=0.12), colour, monad-control, pango (>=0.12), transformers, X11 [details] | 
| License | BSD-3-Clause | 
| Author | Daniel Schüssler | 
| Maintainer | anotheraddress@gmx.de | 
| Category | Graphics | 
| Source repo | head: git clone https://github.com/DanielSchuessler/haskell-aosd | 
| Uploaded | by DanielSchuessler at 2019-12-14T22:09:54Z | 
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] | 
| Downloads | 5629 total (15 in the last 30 days) | 
| Rating | (no votes yet) [estimated by Bayesian average] | 
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2019-12-15 [all 2 reports]  |