Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-24 | Fix: tag-respecting trimming of monitor oututs (-T, -E) | jao | |
2018-03-07 | Add ellipsis option for Monitor's fields and total text | Olivier Schneider | |
2017-05-27 | Fix for vertical bars (should fix issue #303) | jao | |
2017-04-29 | hlint configuration | jao | |
2016-07-26 | New monitor argument -T (maximum total width) | jao | |
2014-09-24 | Rename dynamic string to icon pattern | Alexander Shabalin | |
2014-09-14 | Add DynamicString as an alternative to vbars. | Alexander Shabalin | |
* DynamicString is an Int -> String which takes a value from 0..8 and produces a string with this value embedded. Usefull for replacing vbars with icons: an icon per one of 9 states. * API is similar to that of vbar. * Default parser of DynamicString produces a function of `i` to a string that replaces all occurences of "%%" with `show i` | |||
2014-08-29 | hlint improvements | Tony Morris | |
2014-08-09 | hlint refactorings | Reto Hablützel | |
2014-03-15 | adding showLogVBar | Eric Mrak | |
2014-03-15 | showVerticalBar now takes the same arguments as showPercentBar | Eric Mrak | |
2014-03-13 | adding showVerticalBar option for monitors to use | Eric Mrak | |
2014-02-15 | Fix runaway memory leak when expanding invalid tags, and remove error | nand | |
Don't recursively parse on the case of an error. Also, in the case of an error, instead of replacing by an error message, replace by the tag itself to prevent mangling strings that legitimately include < and > characters, for example song titles when using the MPD plugin. I'm not sure how to handle this better. Honestly, I would like to remove the recursive parsing altogether but this works for now. Consider filing an issue for a proper resolution of this. I don't want rogue tags expanding themselves in my song titles. | |||
2014-02-05 | Add support for monitors to indicate they may block | Ben Boeckel | |
Useful when the network is down or something else is causing issues. | |||
2013-10-27 | New N/A string monitor option (cf. #119) | Jose Antonio Ortega Ruiz | |
2013-05-26 | Fixed the documentation around the functions to reflect the changes | Todd Lunter | |
2013-05-26 | Made parseTemplate recursively replace template variables. | Todd Lunter | |
2013-05-26 | Refactoring and slight generalisation of the new Battery feature | Jose Antonio Ortega Ruiz | |
2013-02-23 | Allow icons in monitor templates | Tomas Janousek | |
2012-06-09 | Add runM variant which takes a blocking call | Ben Boeckel | |
This allows monitors to define update times other than time-based. | |||
2011-12-18 | New -d (decimal digits) monitor option (issue #58) | Jose Antonio Ortega Ruiz | |
2011-02-13 | Nit | Jose Antonio Ortega Ruiz | |
2011-02-13 | Dead code elimination (doActionTwiceWithDelay) | Jose Antonio Ortega Ruiz | |
2011-01-25 | Battery: unnecessary external calls to /usr/bin/cat removed | Jose Antonio Ortega Ruiz | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |