Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-04 | Xmobar.App.Timer -> Xmobar.Run.Timer | jao | |
2021-10-08 | try to reorganize modules per os | Michal Zielonka | |
We should make better split os specify code for FreeBSD and Linux. Idea comes from @liskin. | |||
2021-03-30 | Add FreeBSD support to Cpu plugin | Kevin Zheng | |
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 | Further optimization | Sibi Prabakaran | |
2020-06-23 | More efficient formatting | Sibi Prabakaran | |
2020-06-23 | Optimize CPU monitor | Sibi Prabakaran | |
2020-06-23 | Add some optimization | Sibi Prabakaran | |
2020-06-13 | Initial support for benchmarks of the plugins | Sibi Prabakaran | |
2020-01-04 | Replace parseOpts with a generic function | slotThe | |
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Split Modules into Library & Executable Structure | Pavan Rikhi | |
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. |