Maintainer | ongy |
---|---|
Stability | testing |
Portability | Linux |
Safe Haskell | None |
Language | Haskell2010 |
This module provides the output generation for piping into a dzen2 bar
- data DzenOutput
- getDzenOut :: Int -> Text -> IO DzenOutput
- getDzenOut' :: Int -> IO DzenOutput
- getDzenOutDiv :: Int -> Text -> MonkyOut -> IO DzenOutput
Documentation
:: Int | The height of your dzen bar in pixel (required for block-drawing) |
-> Text | Path to the directory cointaining your .xbm files. |
-> IO DzenOutput |
Get an output handle for dzen2 formatting
Assumes " | "
as divider
:: Int | The height of your dzen bar in pixel (for block drawing) |
-> IO DzenOutput |
Get the output handle for dzen2 formatting. Will asume your .xbm files are in <monkydir>/xbm/
:: Int | The height of your dzen bar in pixel (required for block-drawing) |
-> Text | Path to the directory containing your .xbm files. |
-> MonkyOut | Divider |
-> IO DzenOutput |
Get an output handle for dzen2 formatting