Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-04 | Add 'WeatherOpts' type and first option to weather plugin | slotThe | |
The first option applied here is a default value for a field that's not always reported to be there, namely the 'weather' field. It now defaults to saying "normal" instead of displaying an empty string. | |||
2019-07-12 | fixed old CoreTemp in Monitors.hs, set up xmobar.cabal for MultiCoreTemp | Felix Springer | |
2019-07-12 | moved CoreTemp to MultiCoreTemp | Felix Springer | |
2019-07-10 | touched up CoreTemp to use startCoreTemp | Felix Springer | |
2019-06-29 | New WeatherX variant with sky conditions translations | jao | |
2018-12-02 | Fix: exposing the Command constructors in lib | jao | |
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. |