monky-2.2.1.0: A system state collecting library and application

Maintainerongy
Stabilitytesting
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Monky.Outputs.Dzen2

Description

This module provides the output generation for piping into a dzen2 bar

Synopsis

Documentation

data DzenOutput Source #

The output handle for dzen2 pipe

Instances

getDzenOut Source #

Arguments

:: 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

getDzenOut' Source #

Arguments

:: 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/

getDzenOutDiv Source #

Arguments

:: 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