Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-02-11 | Battery: fix time calculations on some Linux systems | Paul Fertser | |
The calculations are based on the assumption that current_now (or power_now) are always positive. However, power_supply documentation in the kernel sources say nothing about it, and so some drivers provide a signed value (e.g. bq27xxx_battery_current). Discovered and fixed on ac100/paz00 netbook. | |||
2020-01-08 | FreeBSD battery: Condition to notify if battery is full. | Dhananjay Balan | |
2020-01-06 | Support for freebsd battery status: | Dhananjay Balan | |
Exposed via -f with_freebsd flag, uses sysctl to query battery status. | |||
2020-01-04 | Replace parseOpts with a generic function | slotThe | |
2019-10-15 | Battery: -P to show % | jao | |
2019-10-12 | Replacing the cute <> operator to make GHC 8.0/8.2 happy | jao | |
2019-10-12 | Display additional strings depending on battery status | slotThe | |
2019-06-30 | You're just nitpicking, hlint | jao | |
2019-06-30 | Fix: only call the low battery action when not using AC | jao | |
2019-06-30 | hlinting | jao | |
2019-06-30 | New options -a, -A for low battery notifications | jao | |
2019-04-21 | Batt: level color set also for AC on/off string | 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. |