Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-14 | 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. | |||
2025-04-01 | relax bounds on `base` to allow building with `base v4.20` | Alexander 'ccntrq' Pankoff | |
2024-06-21 | Accordion: a plugin two wrap other plugins and collapse them to a single ↵ | Enrico Maria De Angelis | |
replacement string | |||
2024-05-21 | changelog and doc nits for ArchUpdates | jao | |
2024-05-18 | ArchUpdates | Enrico Maria De Angelis | |
2024-05-07 | changelog and cabal file for 0.48.10.48.1 | jao | |
2024-04-01 | version bump | jao | |
2024-03-30 | Add ctor for Locks plugin to accpet on/off labels | Enrico Maria De Angelis | |
2024-03-21 | changelog &co. for kbd monitor | jao | |
2024-02-18 | battery: spawnCommand instead of system when running actions0.47.4 | jao | |
should fix for real #688 this time | |||
2024-02-07 | version tag and changelog0.47.3 | jao | |
2024-02-05 | actions: spawnCommand instead of deprecated system | jao | |
This should address the problems reported in issue #688 | |||
2024-01-31 | Bump base dependency | Vekhir | |
Builds and tests fine | |||
2024-01-31 | Add `with_shared` flag to build using shared libraries | Vekhir | |
Adds the `with_shared` flag, which is off by default. Setting the new flag enables building with shared libraries. By default, `xmobar` is built with static linking. | |||
2023-11-12 | fix: dependendecy on mtl to allow GHC 9.60.47.2 | jao | |
2023-11-12 | fix: dependendecy on base to allow GHC 9.6 | jao | |
2023-11-11 | compatibility with GHC 9.6 | jao | |
2023-09-01 | allow requesting explicitly libmpd with with_mpd for any ghc version | jao | |
2023-08-30 | version bump | jao | |
2023-08-28 | exclude libmpd for ghc 9.4 or greater | jao | |
2023-01-05 | testing with ghc 9.2 for now | jao | |
pango seems to be incompatible with ghc 9.4.4 because it needs text < 2. | |||
2023-01-05 | trying to fix deps for ghc 9.4.4 | jao | |
2023-01-05 | base 4.17 (ghc 9.4.x) and version bump | jao | |
2022-09-30 | Run.Parsers -> Config.Template | jao | |
2022-09-20 | new namespace: Xmobar.Draw | jao | |
2022-09-19 | cairo: non-cairo is not an option | jao | |
2022-09-18 | whitespace | jao | |
2022-09-17 | testing CI flags usage | jao | |
2022-09-16 | cairo: outer boxes fixes | jao | |
2022-09-16 | linting and version bump | jao | |
2022-09-15 | new flag: with_xrender | jao | |
2022-09-15 | cairo: flags: with_xft gone and with_cairo true by default | jao | |
2022-09-12 | X11.MinXft not needed anymore | jao | |
2022-09-12 | cairo: with_xft deprecated, with_cairo synomym | jao | |
2022-09-11 | fix for the default, non-cairo build | jao | |
2022-09-11 | cairo: alpha (still pseudo, via xrender) | jao | |
2022-09-10 | cairo: fonts, offsets, colors, actions | jao | |
2022-09-09 | cairo: drawing skeleton from an xlib cairo surface | jao | |
2022-08-10 | changelog and version bump0.44.2 | jao | |
2022-08-09 | examples -> etc | jao | |
2022-08-09 | whitespace: deps sorted in xmobar.cabal | jao | |
2022-07-12 | Prepare dummy 0.44.1 release to mark transition to codeberg | jao | |
2022-07-12 | jao/xmobar -> xmobar/xmobar | jao | |
2022-07-10 | Links to new repo in codeberg | jao | |
2022-05-12 | Remove the now useless -DUTF8 flag | jao | |
2022-05-12 | Remove with_utf8 option and enable its features by default. | Gleb Popov | |
2022-04-11 | add load monitor for freebsd | Michal Zielonka | |
2022-03-30 | Changelog and version bump | jao | |
2022-03-30 | Load: new load average monitor | jao | |
Closes #208 | |||
2022-03-27 | base < 4.17 to allow ghc 9.2.2 | jao | |
Fixes #617 |