summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-07-12Remove old CI directoryjao
2022-07-12readme tweaksjao
2022-07-12jao/xmobar -> xmobar/xmobarjao
2022-07-10readme nitjao
2022-07-10Links to new repo in codebergjao
2022-07-08changelog for 0.440.44jao
2022-07-01changelog updatejao
2022-06-05Add flake.nixTomasz Hołubowicz
2022-05-16Fix for -W "0" spec in logarithmic barsjao
Should address issue #630.
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-05-12Remove the now useless -DUTF8 flagjao
2022-05-12Remove with_utf8 option and enable its features by default.Gleb Popov
2022-05-11changelog for 0.430.43jao
2022-04-18CpuFreq: new template parameters max, min and avg.jao
Fixes #166.
2022-04-18New dbus signal: SetAlpha (fixes #499)jao
2022-04-18readme/changelog for Batt fixesjao
2022-04-18Stylistic nits for previous Batt refactoring/fixjao
2022-04-18Split up battery reading functions; fixed unitsPatrick Günther
Every quantity is now read in its own function and Maybe and pattern matching is used for dealing with absent files. On top of that all units should be fixed now.
2022-04-16Fixed unit of battery power consumptionPatrick Günther
2022-04-14Memory: new argument to scale usage unitsjao
Fixes #624
2022-04-13make small refactoring of load linux codeMichal Zielonka
Add <$> for parsing content of file.
2022-04-12Changelogjao
2022-04-11add load monitor for freebsdMichal Zielonka
2022-03-30Fix: consistent use of configured nastring instead of hardcoded N/Ajao
2022-03-30Changelog and version bumpjao
2022-03-30Wee clean-upsjao
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-03-29Apply hlint suggestions to MultiCoreTempRob Whitaker
2022-03-29Fix MultiCoreTemp's temperature file finding logicRob Whitaker
Instead of searching for a fixed set of files and directories (numbered 0-9), which would miss anything above 9, it now searches the relevant directories for files matching the right pattern, regardless of number. Fixes #616.
2022-03-27base < 4.17 to allow ghc 9.2.2jao
Fixes #617
2022-03-24Link to jao/xmobar-configjao
2022-03-24typojao
2022-03-24readme nitsjao
2022-03-01examples and changlog updated0.42jao
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-19More documentation nitsjao
2022-02-19Documentation nitsjao
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-19Strip new lines from X log messages (issue #590)jao
2022-02-18Apply hlint suggestionTomas Janousek
Fixes: b7ca54651bb1 (""bright" ansi colour names")
2022-02-18Changelog updatesjao
2022-02-17Refactoring: Clean up naming of X11 event loop threadsTomas Janousek
What used to be called `eventLoop` didn't process any X11 events at all, rename to `signalLoop` to signal that it really deals just with xmobar signals.