Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-19 | using-haskell.org: broken links | jao | |
2024-01-19 | quick-start.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-08 | documentation and credits | 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-15 | cairo: box drawing | jao | |
2022-09-12 | cairo: with_xft deprecated, with_cairo synomym | 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: header levels re-adjusted | 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-04-18 | New dbus signal: SetAlpha (fixes #499) | jao | |
2022-02-19 | Documentation: shuffling around the DBus xmonad example | jao | |
2022-02-19 | Documentation: dbus section moved | jao | |
2022-02-19 | Documentation whitespace and titles | jao | |
2022-02-07 | swaybar-protocol: boxes working | jao | |
2022-02-06 | quick-start.org: indentation and reordering | jao | |
2022-02-03 | TextOutputColor -> TextOutputFormat | jao | |
Thinking of eventually adding a Sway JSON output, or simply add fonts to Pango specification, so it's more than colors. Also, NoColors -> Plain. | |||
2022-02-02 | Allow specifying color format as a -T argument | jao | |
2022-02-01 | Documentation bits | jao | |
2022-01-29 | documentation nits | jao | |
2021-11-05 | Add a blurb on the hspace command | tulthix | |
2021-07-12 | Add TopH and BottomH for only controlling height of the window. (#556) | Joan MIlev | |
2021-05-06 | Fix a link | Julin S | |
Fix a link to an example. | |||
2021-02-25 | Examples link correction (fixes #527) | jao | |
2020-12-14 | Split out contributing and quick-start part from readme | slotThe | |
The contributing.org file also contains information on how to write a new monitor for xmobar. The quick-start guide got reworked a bit to inline similar parts. |