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

Safe HaskellNone
LanguageHaskell2010

System.Taffybar.Widget.Text.MemoryMonitor

Synopsis

Documentation

textMemoryMonitorNew Source #

Arguments

:: String

Format. You can use variables: "used", "total", "free", "buffer", "cache", "rest", "used".

-> Double

Polling period in seconds.

-> IO Widget 

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