Age | Commit message (Expand) | Author |
2021-11-07 | Add details to error message regarding purpose of `signal` field. | John Soo |
2021-11-07 | Handle signal in perms with the other fields. | Guy Gastineau |
2021-11-07 | Fail when reading a SignalChan, parse signal from defaultConfig. | John Soo |
2021-11-07 | Export SignalTypes from Xmobar for use in other haskell code. | John Soo |
2021-11-07 | Let xmobar be used with a signal TMVar when used from other haskell. | John Soo |
2021-11-02 | hspace feature. Initial intent: make space for a tray | tulthix |
2021-10-19 | add cirrus freebsd test (#580) | Michał Zielonka |
2021-10-17 | start using kvm library from bsd for receiving swapinfo | Michal Zielonka |
2021-10-16 | add top for freebsd proc | Michal Zielonka |
2021-10-08 | try to add build action for freebsd + uptime plugin split | Michal Zielonka |
2021-10-08 | try to reorganize modules per os | Michal Zielonka |
2021-10-07 | add support swap info for freebsd | Michal Zielonka |
2021-10-07 | Add freebsd support for net monitor plugin. | Michal Zielonka |
2021-10-04 | add reading memory specific for freebsd | Michal Zielonka |
2021-09-14 | Add the QueueReader plugin. | Guy Gastineau |
2021-08-12 | Refactor Kbd plugin: avoid partials, fallback to group name | Nikolay Yakimov |
2021-08-12 | Add getGrpNames to get layout group names | Nikolay Yakimov |
2021-08-12 | Fix xkbFreeNames call in getLayoutStr | Nikolay Yakimov |
2021-08-12 | Fix XkbNamesRec type and Storable instance | Nikolay Yakimov |
2021-08-08 | fix: padString should not make strings longer | Leo Zhang |
2021-07-13 | Replace forkIO with bracket & Concurrent.Async | Amir Saeid |
2021-07-13 | Reconnect on ConnectionClosed exception | Amir Saeid |
2021-07-13 | Remove redundancies | Amir Saeid |
2021-07-13 | Add Kraken plugin | Amir Saeid |
2021-07-12 | Nit, for homogeneity's sake | jao |
2021-07-12 | Add TopH and BottomH for only controlling height of the window. (#556) | Joan MIlev |
2021-07-06 | Filter filename when executing Haskell-based config | slotThe |
2021-07-01 | Pass arguments if using xmobar.hs | alternateved |
2021-05-24 | Merge branch 'notmuchmail-fix' [#548] | jao |
2021-05-24 | NotmuchMail: Manually implement Read instance | slotThe |
2021-05-24 | Add NotmuchMail as a runnable type | slotThe |
2021-05-22 | Add show instances for several types so that configs can be generated program... | Ryan Trinkle |
2021-05-19 | Remove unused import; apply lint hint | Sam Kirby |
2021-05-19 | Add k10temp plugin | Sam Kirby |
2021-05-14 | Fix delayed reaction to USR1/2 signals | Tomas Janousek |
2021-04-27 | Revert "Conditional encoding …" and "Avoid double utf8 encoding" (#482) | Tomas Janousek |
2021-04-26 | Workaround for hlint failure | Tomas Janousek |
2021-04-26 | Fix off-by-one in strut calculation for Static position | Tomas Janousek |
2021-03-30 | Add FreeBSD support to Cpu plugin | Kevin Zheng |
2021-03-18 | Fix typo `DRTSOPTS` -> `RTSOPTS` | Claudio Bley |
2020-11-29 | Update readme and changelog | slotThe |
2020-11-29 | Add new plugin: NotmuchMail | slotThe |
2020-11-25 | More consistent argument order for MPDX | jao |
2020-11-24 | New monitor: MPDX | jao |
2020-11-19 | StdinReader: Remove throttling on exception | Tomas Janousek |
2020-11-19 | StdinReader: Improve exception handling | Tomas Janousek |
2020-11-15 | Fix crash on <fn=1>x</fn> when no additional fonts are specified | Tomas Janousek |
2020-11-15 | Fix vertical centering of additional fonts | Tomas Janousek |
2020-11-13 | Optimize Date plugin again (refresh timezone only once a minute) | Tomas Janousek |
2020-11-02 | Revert "Optimize date plugin" | ivanbrennan |