Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | feat: add new PacmanUpdates plugin | Alexander 'ccntrq' Pankoff | |
the new PacmanUpdates plugin behaves similar to the ArchUpdates plugin while additionally allowing to pass in a custom error message for unknown pacman failures. The default error message of `pacman: Unknown cause of failure.` of the ArchUpdates plugin is too long for my taste. The ArchUpdates plugin was modified to delegate to the new PacmanUpdates plugin while providing the default error message and to show a deprecation notice in the zero updates case. The new name better represents the Plugin's compatibility with all pacman-based distributions, not just Arch. The docs have been updated to reflect the existence of the new plugin and to highlight the similarities between the ArchUpdates and PacmanUpdates plugins. The ArchUpdates plugin has been marked has deprecated there to. | |||
2024-08-25 | new template variable weatherS for WeatherX | jao | |
2024-06-21 | Accordion: a plugin two wrap other plugins and collapse them to a single ↵ | Enrico Maria De Angelis | |
replacement string | |||
2024-05-22 | doc nits | jao | |
2024-05-22 | Remove 1-arg ctor for ArchUpdates | Enrico Maria De Angelis | |
2024-05-21 | changelog and doc nits for ArchUpdates | jao | |
2024-05-18 | ArchUpdates | Enrico Maria De Angelis | |
2024-05-07 | Revert "Make the Kbd monitor clickable, with click selecting the next layout" | jao | |
This reverts commit 0fec9d3fdf9bc86187f9f670dafd2ef57fe03f29. Mouse actions can already be attached to the monitor, and for instance use there invocations to setxbdmap to switch layouts. Fixes #703. | |||
2024-03-30 | Add ctor for Locks plugin to accpet on/off labels | Enrico Maria De Angelis | |
2024-03-17 | Make the Kbd monitor clickable, with click selecting the next layout | Enrico Maria De Angelis | |
2024-01-19 | plugins.org: broken links | jao | |
2024-01-19 | plugins.org: broken links | jao | |
2022-08-13 | xmobar.el nits | jao | |
2022-08-09 | examples -> etc | jao | |
2022-07-24 | documentation: interfacing-with-window-managers.org gone | jao | |
2022-07-24 | documentation: all plugins in one basket | jao | |
2022-07-24 | documentation: header levels re-adjusted | jao | |
2022-07-16 | named anchors for sections mentioned in xmonad's doc | jao | |
2022-05-16 | Ditto for DynNetwork | jao | |
2022-05-16 | Fix unit typos | Nils Trubkin | |
DynNetwork plugin might suffer from the same typo situation but I haven't confirmed it. | |||
2022-04-18 | CpuFreq: new template parameters max, min and avg. | jao | |
Fixes #166. | |||
2022-04-14 | Memory: new argument to scale usage units | jao | |
Fixes #624 | |||
2022-03-30 | Load: honour the -d (decimal digits) monitor argument | jao | |
2022-03-30 | Load monitor: correctly colorize according to -L/-H | jao | |
2022-03-30 | Load: new load average monitor | jao | |
Closes #208 | |||
2022-02-19 | Documentation: dbus section moved | jao | |
2022-02-19 | Interfacing with window managers: new doc file | jao | |
2022-02-19 | Documentation whitespace and titles | jao | |
2021-12-22 | Fix BatteryP example configuration | Andreas Doll | |
Add a forgotten comma in example configuration to make it syntactically correct. | |||
2021-11-21 | Improvements for K10Temp's docs | jao | |
2021-09-15 | Changelog and whitespace | jao | |
2021-09-14 | Add documentation for QueueReader. | Guy Gastineau | |
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. | |||
2021-09-02 | Added link to list of station ids. (#565) | NebuPookins | |
2021-06-18 | Fix MultiCoreTemp --hwmon-path argument docs | Sebastian Nagel | |
2021-05-24 | NotmuchMail: Update documentation | slotThe | |
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 | |||
2021-05-21 | Add documentation | Sam Kirby | |
2020-12-15 | Subdivide system monitors | slotThe | |
2020-12-15 | Subdivide window manager integration | slotThe | |
2020-12-15 | Prefer UnsafeXmonadLog over UnsafeStdinReader | slotThe | |
2020-12-14 | Further improvements | slotThe | |
2020-12-14 | Split out contributing and quick-start part from readme | slotThe | |
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. | |||
2020-12-14 | Move plugins to doc/plugins.org | slotThe | |
This also moves Date and DateZone to the monitors section (as they are monitors themselves). A little bit of documentation was also added/updated. |