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

Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Text.CPUMonitor

Synopsis

Documentation

textCpuMonitorNew Source #

Arguments

:: String

Format. You can use variables: $total$, $user$, $system$

-> Double

Polling period (in seconds)

-> IO Widget 

Creates a simple textual CPU monitor. It updates once every polling period (in seconds).