Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-09 | Doc fixes | jao | |
2020-08-09 | A bit more documentation for <box> | jao | |
2020-08-09 | readme tweaks | jao | |
2020-08-09 | A bit of documentation for <box> | jao | |
2020-08-09 | Update changelog and add comment | Sibi Prabakaran | |
2020-08-09 | Conditional encoding of xft string | Sibi Prabakaran | |
2020-08-09 | Avoid double utf8 encoding | Sibi Prabakaran | |
With this change, xmobar should respect the data which it gets. Xmobar should just render the data instead of trying to encode it. | |||
2020-08-08 | Mpris2: accepting Word32 as type for trackNumber | jao | |
spotifyd is funky that way | |||
2020-08-08 | Fix: don't go below zero in indexed bars | jao | |
2020-08-07 | removed default arg of channel', channel (Plugins.Monitors.Volume) | Keith | |
Both functions had a default parameter for use in some error cases. Now each accepts only one parameter (a PerChannel), and return Nothing on an error. The definition of 'channel' confused me, so I simplified it. Hopefully it's now more clear that it just applies 'toInteger' to the 'IO (Maybe CLong)' that 'channel'' returns. | |||
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 | |