Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-22 | Silence some warnings | Tomas Janousek | |
src/Xmobar/X11/Draw.hs:51:11-12: warning: [-Wunused-matches] Defined but not used: ‘wr’ | 51 | drawInWin wr@(Rectangle _ _ wid ht) ~[left,center,right] = do | ^^ src/Xmobar/App/EventLoop.hs:50:1-36: warning: [-Wunused-imports] The import of ‘Xmobar.X11.Events’ is redundant | 50 | import Xmobar.X11.Events(nextEvent') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |||
2018-11-25 | X11.XUtil -> X11.Text | 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 | |