aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/XMobarLog
Commit message (Collapse)AuthorAge
* Overhaul how Wml is implemented.Josh Rahm2024-02-04
| | | | | | | | | This adds a new "KeyFeed" monad which is reminiscent of a parsec-type monad. This allows keys like 'g' to be mapped using a subbind and the actual WML part be handled in the catch-all handler. This also significantly cleans up the typing and complexity of the Wml implementation.
* Cleanup import/export list for PendingBuffer.hsJosh Rahm2022-11-23
|
* withPendingBuffer -> pushPendingBuffer.Josh Rahm2022-11-22
|
* Better implementation of the pending buffer. Still need to iron out some bugs.Josh Rahm2022-11-22
|
* Rudimentary pending buffer shown in Xmobar.Josh Rahm2022-11-21