Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-02-19 | Documentation: dbus section moved | jao | |
2022-02-19 | Interfacing with window managers: new doc file | 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-12-22 | Fix BatteryP example configuration | Andreas Doll | |
Add a forgotten comma in example configuration to make it syntactically correct. | |||
2021-11-21 | Improvements for K10Temp's docs | jao | |
2021-11-05 | Add a blurb on the hspace command | tulthix | |
2021-09-15 | Changelog and whitespace | jao | |
2021-09-14 | Add 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-02 | Added link to list of station ids. (#565) | NebuPookins | |
2021-07-12 | Add TopH and BottomH for only controlling height of the window. (#556) | Joan MIlev | |
2021-06-18 | Fix MultiCoreTemp --hwmon-path argument docs | Sebastian Nagel | |
2021-05-24 | NotmuchMail: Update documentation | slotThe | |
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-21 | Add documentation | Sam Kirby | |
2021-05-06 | Fix a link | Julin S | |
Fix a link to an example. | |||
2021-02-25 | Examples link correction (fixes #527) | jao | |
2021-01-15 | Extract compiling xmobar from source to its own file | slotThe | |