summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/MultiCpu.hs
AgeCommit message (Collapse)Author
2017-04-29hlint configurationjao
2016-11-04Fix MultiCpu monitor for large uptimesZev Weiss
This is essentially commit a0397ad2 applied to MultiCpu.
2014-09-24Rename dynamic string to icon patternAlexander Shabalin
2014-09-14Implement DynamicString for Monitors supporting vbar.Alexander Shabalin
* Batt * Bright * Cpu * Disk * MPD * Mem * MultiCpu * Net * Volume * Wireless
2014-08-09hlint refactoringsReto Hablützel
2014-03-15showVerticalBar now takes the same arguments as showPercentBarEric Mrak
2014-03-13Cpu now has vbarEric Mrak
2014-03-13MultiCpu now has vbarEric Mrak
2011-02-13Cpu and MultiCpu should also be more accurate nowJose Antonio Ortega Ruiz
2010-12-22MultiCpu lintingJose Antonio Ortega Ruiz
2010-12-22Bug fix: infinite loop in MultiCpuJose Antonio Ortega Ruiz
I've been mistakenly blaming Top of an infinite loop after awake; as it comes, the culprit was MultiCpu, because of a recent change whereby, on the absence of cpu lines, we were generating an infinite list of empty fields.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz