taffybar-4.0.0: A desktop bar similar to xmobar, but with more GUI
Safe HaskellSafe-Inferred
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", "swapUsed", "swapTotal", "swapFree".

-> Double

Polling period in seconds.

-> m Widget 

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