Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-01 | documentation for with_shared and changelog | jao | |
2024-01-19 | using-haskell.org: broken links | jao | |
2024-01-19 | quick-start.org: broken links | jao | |
2024-01-19 | plugins.org: broken links | jao | |
2024-01-19 | plugins.org: broken links | jao | |
2023-06-02 | center middle section for templates of the form "}M{" (fixes #677) | jao | |
2023-03-26 | docs: comment on use of X11 fonts (fixes #658) | jao | |
2023-01-05 | base 4.17 (ghc 9.4.x) and version bump | jao | |
2023-01-04 | relative link fixes | jao | |
2023-01-04 | docs: bar sections and new alignment behaviour | jao | |
2022-11-30 | Adds 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-16 | docs: warning for 10-bit colour and Xrender (issue #651) | jao | |
2022-11-08 | documentation and credits | jao | |
2022-10-17 | documentation nit | jao | |
2022-10-17 | documentation nit | jao | |
2022-09-28 | fix typos | exorcist365 | |
2022-09-28 | fixes to the above (or is it below?) | jao | |
2022-09-28 | documentation updates | jao | |
2022-09-17 | docs: compilation instructions clean ups | 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-15 | cairo: box drawing | jao | |
2022-09-12 | cairo: with_xft deprecated, with_cairo synomym | jao | |
2022-08-13 | xmobar.el nits | jao | |
2022-08-09 | examples -> etc | jao | |
2022-08-09 | xmobar.el | jao | |
2022-07-24 | documentation: typos | jao | |
2022-07-24 | documentation: text mode moved to quick start guide | 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 tweaks (obsolete X tutorial link removed) | jao | |
2022-07-24 | documentation nits | jao | |
2022-07-24 | documentation: header levels re-adjusted | jao | |
2022-07-24 | documentation: improvements for xmobar-in-haskell docs | jao | |
2022-07-24 | documentation: mini-tutorial on writting your own xmobar.hs | jao | |
2022-07-16 | named anchors for sections mentioned in xmonad's doc | jao | |
2022-07-12 | jao/xmobar -> xmobar/xmobar | jao | |
2022-07-10 | Links to new repo in codeberg | 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. |