Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Haskell action only for PRs, for real | jao | |
2020-08-07 | Switch from Travis to Github actions (#480) | jao | |
2020-08-07 | Github action for running hlint and tests | jao | |
2020-08-07 | Changelog updates | jao | |
2020-08-07 | fix non-exhaustive pattern warning | Unoqwy | |
2020-08-07 | revert broken indents on readme | Unoqwy | |
2020-08-07 | remove outdated <box> doc | Unoqwy | |
2020-08-07 | better parsing for boxes + add margins | Unoqwy | |
2020-08-07 | fix line width for boxes | Unoqwy | |
2020-08-07 | readme: box default values | Unoqwy | |
2020-08-07 | readme: update fc tag and add box | Unoqwy | |
2020-08-07 | make hlint happy | Unoqwy | |
2020-08-07 | Fix 1px-off borders | Unoqwy | |
2020-08-07 | Add the <box> tag to set borders around text | Unoqwy | |
2020-08-07 | Refactor ColorInfo to TextRenderInfo | Unoqwy | |
ColorInfo contains background offsets, it is no longer only about colors TextRenderInfo can hold information such as color, offsets, etc | |||
2020-08-07 | Allow font bg to be taller (or smaller) | Unoqwy | |
Implemented only for XFT fonts. Adds a new "part" in the fc tag. > Example: <fc=white,gray:0>foo bar</fc> will make the font background as tall as the bar (absolute offset, here set to 0 for both top & bottom) Changes ColorString to ColorInfo, containing both top and bottom offsets. The "colors string" is still in only one string. | |||
2020-08-07 | travis tests | jao | |
2020-08-07 | travis tests | jao | |
2020-08-07 | travis: cabal install 3.0 | jao | |
2020-08-07 | travis: bionic | jao | |
2020-08-07 | Redundant imports (mostly <$>) removed | jao | |
2020-08-07 | Don't get confused by empty configuration dirs (fixes #313) | jao | |
By checking full paths, instead of just dirs (option 1). | |||
2020-08-07 | Changelog and unreleased version bump | jao | |
2020-08-07 | String index as progress bar | jao | |
2020-07-23 | readme: Document escaping in UnsafeStdinReader | Tomáš Janoušek | |
2020-07-22 | readme: Fix duplicated NamedXPropertyLog | Tomáš Janoušek | |
2020-06-27 | License file updated | jao | |
2020-06-27 | Old GHCs removed from travis build | jao | |
2020-06-27 | Readme headers | jao | |
2020-06-26 | readme.org index | jao | |
2020-06-26 | Drop support for GHC < 8.4 (fixes issue #461)0.35.1 | jao | |
2020-06-26 | Version bump | jao | |
2020-06-26 | Changelog updates0.35 | jao | |
Fixes #466 | |||
2020-06-23 | Fix hlint warnings | Sibi Prabakaran | |
2020-06-23 | Update based on feedback on the PR | Sibi Prabakaran | |
2020-06-23 | Hlint fixes | Sibi Prabakaran | |
2020-06-23 | Some formatting of code | Sibi Prabakaran | |
2020-06-23 | More cleanup | Sibi Prabakaran | |
2020-06-23 | Cleanup and add some tests | Sibi Prabakaran | |
2020-06-23 | Fix warnings | Sibi Prabakaran | |
2020-06-23 | Further optimization | Sibi Prabakaran | |
2020-06-23 | More efficient formatting | Sibi Prabakaran | |
2020-06-23 | Optimize CPU monitor | Sibi Prabakaran | |
2020-06-23 | Add some optimization | Sibi Prabakaran | |
2020-06-19 | Allow building with timezone-olson-0.2.0 | Peter Simons | |
Fixes https://github.com/jaor/xmobar/issues/463. | |||
2020-06-13 | Look up only the first coretemp.N/hwmon dir in MultiCoreTemp | jao | |
2020-06-13 | Version bump, changelog, readme | jao | |
2020-06-13 | Detection of Tdie and Tctl for Ryzen temperatures | jao | |
2020-06-13 | Initial support for benchmarks of the plugins | Sibi Prabakaran | |
2020-06-12 | Updates for 0.340.34 | jao | |
Closes #457 |