Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | import clean-ups | jao | |
2022-09-13 | 'Core' fonts not used anymore (utf8 is always required) | jao | |
2022-09-12 | X11.MinXft not needed anymore | jao | |
2022-09-12 | cairo: with_xft deprecated, with_cairo synomym | jao | |
2021-04-26 | Workaround for hlint failure | Tomas Janousek | |
hlint started failing recently: src/Xmobar/X11/Text.hs:121:32: Error: Parse error: on input `-' Found: textExtents (Utf8 fs) s = do let (_,rl) = wcTextExtents fs s > ascent = fromIntegral $ - (rect_y rl) descent = fromIntegral $ rect_height rl + fromIntegral (rect_y rl) return (ascent, descent) It's probably a change in the parser or something, didn't really look into it, just changed it to something that's parsable. | |||
2018-11-25 | X11.XUtil -> X11.Text | jao | |