Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DynNetwork plugin might suffer from the same typo situation but I haven't confirmed it.
|
|
Fixes #166.
|
|
|
|
Fixes #624
|
|
|
|
|
|
Closes #208
|
|
Related: https://github.com/jaor/xmobar/issues/571
|
|
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
|
|
Related: https://github.com/jaor/xmobar/issues/571
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thinking of eventually adding a Sway JSON output, or simply add fonts
to Pango specification, so it's more than colors.
Also, NoColors -> Plain.
|
|
|
|
|
|
|
|
Add a forgotten comma in example configuration to make it syntactically
correct.
|
|
|
|
|