taffybar-3.3.0: A desktop bar similar to xmobar, but with more GUI
Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Generic.PollingBar

Description

Like the vertical bar, but this widget automatically updates itself with a callback at fixed intervals.

Synopsis

Types

data BarConfig Source #

Constructors

BarConfig 

Fields

BarConfigIO 

Fields

Constructors and accessors

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

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