Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-04 | Xmobar.X11.Parsers -> Xmobar.Run.Parsers | jao | |
2022-02-04 | Xmobar.App.CommandThreads -> Xmobar.Run.Loop | jao | |
2022-02-03 | Xmobar.X11.Actions -> Xmobar.Run.Actions | jao | |
2022-01-29 | Refactoring of the previous patch and its surroundings | jao | |
2022-01-29 | Basic Xmobar.App.TextEventLoop | jao | |
2022-01-29 | Whitespace | jao | |
2021-11-02 | hspace feature. Initial intent: make space for a tray | tulthix | |
2020-08-07 | better parsing for boxes + add margins | Unoqwy | |
2020-08-07 | make hlint happy | 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-05-11 | hlinting | jao | |
2020-05-10 | Fix crashes/busy looping happening via index | Sibi Prabakaran | |
Right now, with the `StdinReader` plugin enabled - you can crash/cause busy looping of xmobar if the following html file is opened: ``` <html> <head> <title>hello <fn=1>string</fn> </title> </head> </html> ``` More details about this bug is here: https://github.com/jaor/xmobar/issues/442#issuecomment-625706001 This MR also fixes another bug which produces a crash in xmobar if you pass non integer items between fn: <fn=crash> | |||
2019-06-30 | Eye candy | jao | |
2018-11-25 | Xmobar.App.Defaults and Xmobar.Config.Types | jao | |
2018-11-25 | Xmobar.X11.Actions | jao | |
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |