summaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)Author
2022-02-20Documentation: Note the need for threaded RTS with QueueReader & xmonadTomas Janousek
Related: https://github.com/jaor/xmobar/issues/571
2022-02-20Documentation: More robust QueueReader exampleTomas 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-20Documentation: Drop unused fragment in QueueReader exampleTomas Janousek
Related: https://github.com/jaor/xmobar/issues/571
2022-02-19Documentation: shuffling around the DBus xmonad examplejao
2022-02-19Documentation: dbus section movedjao
2022-02-19Interfacing with window managers: new doc filejao
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-12-22Fix BatteryP example configurationAndreas Doll
Add a forgotten comma in example configuration to make it syntactically correct.
2021-11-21Improvements for K10Temp's docsjao
2021-11-05Add a blurb on the hspace commandtulthix
2021-09-15Changelog and whitespacejao
2021-09-14Add documentation for QueueReader.Guy Gastineau
I added `QueueReader` as a section under `Software Transational Memory`, but it is all alone. Some other plugins actually use STM, and maybe they should actually go in that section too. I didn't make a safe versions since the plugin is not readable. It still would be nice to have, but I think exposing `stripActions` is the appropriate solution. That should be handled in a new PR I guess.
2021-09-02Added link to list of station ids. (#565)NebuPookins
2021-07-12Add TopH and BottomH for only controlling height of the window. (#556)Joan MIlev
2021-06-18Fix MultiCoreTemp --hwmon-path argument docsSebastian Nagel
2021-05-24NotmuchMail: Update documentationslotThe
Ever since d51b9d5dd6537e5369e13a9a11ae98aeadce50dd we can't specify a MailItem via the record syntax anymore. This could conceivably be added back in by being part of the Read instance, but that would make it more complicated for perhaps little gain. Related: https://github.com/jaor/xmobar/issues/547
2021-05-21Add documentationSam Kirby
2021-05-06Fix a linkJulin S
Fix a link to an example.
2021-02-25Examples link correction (fixes #527)jao
2021-01-15Extract compiling xmobar from source to its own fileslotThe
2021-01-15Extract writing your own plugin into its own fileslotThe
2020-12-15Subdivide system monitorsslotThe
2020-12-15Subdivide window manager integrationslotThe
2020-12-15Prefer UnsafeXmonadLog over UnsafeStdinReaderslotThe
2020-12-14Further improvementsslotThe
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.
2020-12-14Move plugins to doc/plugins.orgslotThe
This also moves Date and DateZone to the monitors section (as they are monitors themselves). A little bit of documentation was also added/updated.
2020-11-29Tweaks to website makefilejao
2020-11-18clean-ups for web page generationjao
2020-11-18Wee tidy-upsjao
2020-11-18Readme imagesjao
2019-04-23Web makefilejao
2018-11-26Little doc nitsjao
2018-11-25doc, examplesjao