summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
AgeCommit message (Collapse)Author
2025-04-14feat: add new PacmanUpdates pluginAlexander '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-01relax bounds on `base` to allow building with `base v4.20`Alexander 'ccntrq' Pankoff
2024-06-21Accordion: a plugin two wrap other plugins and collapse them to a single ↵Enrico Maria De Angelis
replacement string
2024-05-21changelog and doc nits for ArchUpdatesjao
2024-05-18ArchUpdatesEnrico Maria De Angelis
2024-05-07changelog and cabal file for 0.48.10.48.1jao
2024-04-01version bumpjao
2024-03-30Add ctor for Locks plugin to accpet on/off labelsEnrico Maria De Angelis
2024-03-21changelog &co. for kbd monitorjao
2024-02-18battery: spawnCommand instead of system when running actions0.47.4jao
should fix for real #688 this time
2024-02-07version tag and changelog0.47.3jao
2024-02-05actions: spawnCommand instead of deprecated systemjao
This should address the problems reported in issue #688
2024-01-31Bump base dependencyVekhir
Builds and tests fine
2024-01-31Add `with_shared` flag to build using shared librariesVekhir
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-12fix: dependendecy on mtl to allow GHC 9.60.47.2jao
2023-11-12fix: dependendecy on base to allow GHC 9.6jao
2023-11-11compatibility with GHC 9.6jao
2023-09-01allow requesting explicitly libmpd with with_mpd for any ghc versionjao
2023-08-30version bumpjao
2023-08-28exclude libmpd for ghc 9.4 or greaterjao
2023-01-05testing with ghc 9.2 for nowjao
pango seems to be incompatible with ghc 9.4.4 because it needs text < 2.
2023-01-05trying to fix deps for ghc 9.4.4jao
2023-01-05base 4.17 (ghc 9.4.x) and version bumpjao
2022-09-30Run.Parsers -> Config.Templatejao
2022-09-20new namespace: Xmobar.Drawjao
2022-09-19cairo: non-cairo is not an optionjao
2022-09-18whitespacejao
2022-09-17testing CI flags usagejao
2022-09-16cairo: outer boxes fixesjao
2022-09-16linting and version bumpjao
2022-09-15new flag: with_xrenderjao
2022-09-15cairo: flags: with_xft gone and with_cairo true by defaultjao
2022-09-12X11.MinXft not needed anymorejao
2022-09-12cairo: with_xft deprecated, with_cairo synomymjao
2022-09-11fix for the default, non-cairo buildjao
2022-09-11cairo: alpha (still pseudo, via xrender)jao
2022-09-10cairo: fonts, offsets, colors, actionsjao
2022-09-09cairo: drawing skeleton from an xlib cairo surfacejao
2022-08-10changelog and version bump0.44.2jao
2022-08-09examples -> etcjao
2022-08-09whitespace: deps sorted in xmobar.cabaljao
2022-07-12Prepare dummy 0.44.1 release to mark transition to codebergjao
2022-07-12jao/xmobar -> xmobar/xmobarjao
2022-07-10Links to new repo in codebergjao
2022-05-12Remove the now useless -DUTF8 flagjao
2022-05-12Remove with_utf8 option and enable its features by default.Gleb Popov
2022-04-11add load monitor for freebsdMichal Zielonka
2022-03-30Changelog and version bumpjao
2022-03-30Load: new load average monitorjao
Closes #208
2022-03-27base < 4.17 to allow ghc 9.2.2jao
Fixes #617