Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-04-18 | New dbus signal: SetAlpha (fixes #499) | jao | |
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-20 | Documentation: Note the need for threaded RTS with QueueReader & xmonad | Tomas Janousek | |
Related: https://github.com/jaor/xmobar/issues/571 | |||
2022-02-20 | Documentation: More robust QueueReader example | Tomas Janousek | |
1. Call `initThreads` early because there's no guarantee the xmobar thread will do this before xmonad makes any Xlib calls (although it's likely as xmonad startup is probably more expensive). 2. Use `forkOS` to fail early if running in a non-threaded RTS. Also, xmobar's own main thread would normally be a bound thread, so this may (likely non-observably) result in more consistent behaviour. Related: https://github.com/jaor/xmobar/issues/571 | |||
2022-02-20 | Documentation: Drop unused fragment in QueueReader example | Tomas Janousek | |
Related: https://github.com/jaor/xmobar/issues/571 | |||
2022-02-19 | Documentation: shuffling around the DBus xmonad example | jao | |