summaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)Author
2022-09-28fix typosexorcist365
2022-09-28fixes to the above (or is it below?)jao
2022-09-28documentation updatesjao
2022-09-17docs: compilation instructions clean upsjao
2022-09-15new flag: with_xrenderjao
2022-09-15cairo: flags: with_xft gone and with_cairo true by defaultjao
2022-09-15cairo: box drawingjao
2022-09-12cairo: with_xft deprecated, with_cairo synomymjao
2022-08-13xmobar.el nitsjao
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: all plugins in one basketjao
2022-07-24documentation tweaks (obsolete X tutorial link removed)jao
2022-07-24documentation nitsjao
2022-07-24documentation: header levels re-adjustedjao
2022-07-24documentation: improvements for xmobar-in-haskell docsjao
2022-07-24documentation: mini-tutorial on writting your own xmobar.hsjao
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-05-16Ditto for DynNetworkjao
2022-05-16Fix unit typosNils Trubkin
DynNetwork plugin might suffer from the same typo situation but I haven't confirmed it.
2022-04-18CpuFreq: new template parameters max, min and avg.jao
Fixes #166.
2022-04-18New dbus signal: SetAlpha (fixes #499)jao
2022-04-14Memory: new argument to scale usage unitsjao
Fixes #624
2022-03-30Load: honour the -d (decimal digits) monitor argumentjao
2022-03-30Load monitor: correctly colorize according to -L/-Hjao
2022-03-30Load: new load average monitorjao
Closes #208
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