summaryrefslogtreecommitdiffhomepage
path: root/doc/quick-start.org
AgeCommit message (Collapse)Author
2024-01-19using-haskell.org: broken linksjao
2024-01-19quick-start.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-08documentation and creditsjao
2022-09-28fix typosexorcist365
2022-09-28fixes to the above (or is it below?)jao
2022-09-28documentation updatesjao
2022-09-15cairo: box drawingjao
2022-09-12cairo: with_xft deprecated, with_cairo synomymjao
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: header levels re-adjustedjao
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-04-18New dbus signal: SetAlpha (fixes #499)jao
2022-02-19Documentation: shuffling around the DBus xmonad examplejao
2022-02-19Documentation: dbus section movedjao
2022-02-19Documentation whitespace and titlesjao
2022-02-07swaybar-protocol: boxes workingjao
2022-02-06quick-start.org: indentation and reorderingjao
2022-02-03TextOutputColor -> TextOutputFormatjao
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-02Allow specifying color format as a -T argumentjao
2022-02-01Documentation bitsjao
2022-01-29documentation nitsjao
2021-11-05Add a blurb on the hspace commandtulthix
2021-07-12Add TopH and BottomH for only controlling height of the window. (#556)Joan MIlev
2021-05-06Fix a linkJulin S
Fix a link to an example.
2021-02-25Examples link correction (fixes #527)jao
2020-12-14Split out contributing and quick-start part from readmeslotThe
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.