summaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)Author
11 daysfeat: 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.
2024-08-25new template variable weatherS for WeatherXjao
2024-06-21Accordion: a plugin two wrap other plugins and collapse them to a single ↵Enrico Maria De Angelis
replacement string
2024-05-22doc nitsjao
2024-05-22Remove 1-arg ctor for ArchUpdatesEnrico Maria De Angelis
2024-05-21changelog and doc nits for ArchUpdatesjao
2024-05-18ArchUpdatesEnrico Maria De Angelis
2024-05-07Revert "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-30Add ctor for Locks plugin to accpet on/off labelsEnrico Maria De Angelis
2024-03-17Make the Kbd monitor clickable, with click selecting the next layoutEnrico Maria De Angelis
2024-02-01documentation for with_shared and changelogjao
2024-01-19using-haskell.org: broken linksjao
2024-01-19quick-start.org: broken linksjao
2024-01-19plugins.org: broken linksjao
2024-01-19plugins.org: broken linksjao
2023-06-02center middle section for templates of the form "}M{" (fixes #677)jao
2023-03-26docs: comment on use of X11 fonts (fixes #658)jao
2023-01-05base 4.17 (ghc 9.4.x) and version bumpjao
2023-01-04relative link fixesjao
2023-01-04docs: bar sections and new alignment behaviourjao
2022-11-30Adds DPI configuration (#660)jgrocho
Adds a new DPI configuration, especially useful for HiDPI displays. This changes the scaling factor for fonts as displayed by Pango. It defaults to 96.0 which corresponds to an average screen and is the default in [Cairo](https://hackage.haskell.org/package/pango-0.13.5.0/docs/Graphics-Rendering-Pango-Cairo.html#v:cairoFontMapGetDefault). It's also possible to supply a zero or negative value to use the default scaling factor, but I felt setting the default to 96.0 makes it more explicit. It also adds a matching command line option. I haven't tested it too thoroughly, but in my limited use it appears to be working as intended. One thing this does not do is scale XBM and XPM bitmap files which I'm unsure how to do or if that should even be our concern (instead leaving it up to the user to supply appropriate bitmaps). Co-authored-by: Jonathan Grochowski <jon@grocho.net> Reviewed-on: https://codeberg.org/xmobar/xmobar/pulls/660 Co-authored-by: jgrocho <codeberg@jon.grocho.net> Co-committed-by: jgrocho <codeberg@jon.grocho.net>
2022-11-16docs: warning for 10-bit colour and Xrender (issue #651)jao
2022-11-08documentation and creditsjao
2022-10-17documentation nitjao
2022-10-17documentation nitjao
2022-09-28fix typosexorcist365
2022-09-28fixes to the above (or is it below?)jao
2022-09-28documentation updatesjao
2022-09-17docs: compilation instructions clean upsjao
2022-09-15new flag: with_xrenderjao
2022-09-15cairo: flags: with_xft gone and with_cairo true by defaultjao
2022-09-15cairo: box drawingjao
2022-09-12cairo: with_xft deprecated, with_cairo synomymjao
2022-08-13xmobar.el nitsjao
2022-08-09examples -> etcjao
2022-08-09xmobar.eljao
2022-07-24documentation: typosjao
2022-07-24documentation: text mode moved to quick start guidejao
2022-07-24documentation: interfacing-with-window-managers.org gonejao
2022-07-24documentation: all plugins in one basketjao
2022-07-24documentation tweaks (obsolete X tutorial link removed)jao
2022-07-24documentation nitsjao
2022-07-24documentation: header levels re-adjustedjao
2022-07-24documentation: improvements for xmobar-in-haskell docsjao
2022-07-24documentation: mini-tutorial on writting your own xmobar.hsjao
2022-07-16named anchors for sections mentioned in xmonad's docjao
2022-07-12jao/xmobar -> xmobar/xmobarjao
2022-07-10Links to new repo in codebergjao
2022-05-16Ditto for DynNetworkjao
2022-05-16Fix unit typosNils Trubkin
DynNetwork plugin might suffer from the same typo situation but I haven't confirmed it.