Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |