Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #208
|
|
|
|
|
|
|
|
Add a forgotten comma in example configuration to make it syntactically
correct.
|
|
|
|
|
|
I added `QueueReader` as a section under `Software Transational
Memory`, but it is all alone. Some other plugins actually use STM,
and maybe they should actually go in that section too.
I didn't make a safe versions since the plugin is not readable. It
still would be nice to have, but I think exposing `stripActions` is
the appropriate solution. That should be handled in a new PR I guess.
|
|
|
|
|
|
Ever since d51b9d5dd6537e5369e13a9a11ae98aeadce50dd we can't specify a
MailItem via the record syntax anymore. This could conceivably be added
back in by being part of the Read instance, but that would make it more
complicated for perhaps little gain.
Related: https://github.com/jaor/xmobar/issues/547
|
|
|
|
|
|
|
|
|
|
|
|
The contributing.org file also contains information on how to write a
new monitor for xmobar.
The quick-start guide got reworked a bit to inline similar parts.
|
|
This also moves Date and DateZone to the monitors section (as they are
monitors themselves). A little bit of documentation was also
added/updated.
|