taffybar-3.2.1: 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 Source #

Constructors

BarConfig 

Fields

BarConfigIO 

Fields

Accessors/Constructors

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

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