xmobar-0.49: A Minimalistic Text Based Status Bar
Copyright(c) 2011 2017 2022 Jose Antonio Ortega Ruiz
(c) 2007-2010 Andrea Rossato
LicenseBSD-style (see LICENSE)
MaintainerJose A. Ortega Ruiz <jao@gnu.org>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Xmobar.Plugins.Monitors.Cpu

Description

A cpu monitor for Xmobar

Documentation

startCpu :: [String] -> Int -> (String -> IO ()) -> IO () Source #

runCpu :: CpuArguments -> IO String Source #

type CpuDataRef = IORef [Int] Source #

parseCpu :: CpuDataRef -> IO CpuData Source #

getArguments :: [String] -> IO CpuArguments Source #