taffybar-3.0.0: A desktop bar similar to xmobar, but with more GUI

Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Generic.VerticalBar

Contents

Description

A vertical bar that can plot data in the range [0, 1]. The colors are configurable.

Synopsis

Types

data BarConfig #

Constructors

BarConfig 

Fields

BarConfigIO 

Fields

data BarDirection #

Constructors

HORIZONTAL 
VERTICAL 

Accessors/Constructors

defaultBarConfig :: (Double -> (Double, Double, Double)) -> BarConfig #

A default bar configuration. The color of the active portion of the bar must be specified.