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

System.Taffybar.Widget.Text.MemoryMonitor

Synopsis

Documentation

textMemoryMonitorNew Source #

Arguments

:: MonadIO m 
=> String

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

-> Double

Polling period in seconds.

-> m Widget 

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