Age | Commit message (Expand) | Author |
2022-09-10 | cairo: left/center/right segments | jao |
2022-09-10 | cairo: <hspace> | jao |
2022-09-10 | cairo: fonts, offsets, colors, actions | jao |
2022-09-09 | cairo: drawing skeleton from an xlib cairo surface | jao |
2022-09-09 | cairo: pure xlib/xft drawing code factored out | jao |
2022-08-13 | fix: default to textOffset for missing textOffsets entries | jao |
2022-08-13 | fix: in -W0, char 0->[0,10], char 1->[10,20]... | jao |
2022-05-16 | Fix for -W "0" spec in logarithmic bars | jao |
2022-05-12 | Remove the now useless -DUTF8 flag | jao |
2022-04-18 | CpuFreq: new template parameters max, min and avg. | jao |
2022-04-18 | New dbus signal: SetAlpha (fixes #499) | jao |
2022-04-18 | Stylistic nits for previous Batt refactoring/fix | jao |
2022-04-18 | Split up battery reading functions; fixed units | Patrick Günther |
2022-04-16 | Fixed unit of battery power consumption | Patrick Günther |
2022-04-14 | Memory: new argument to scale usage units | jao |
2022-04-13 | make small refactoring of load linux code | Michal Zielonka |
2022-04-11 | add load monitor for freebsd | Michal Zielonka |
2022-03-30 | Fix: consistent use of configured nastring instead of hardcoded N/A | jao |
2022-03-30 | Wee clean-ups | jao |
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 |
2022-03-29 | Apply hlint suggestions to MultiCoreTemp | Rob Whitaker |
2022-03-29 | Fix MultiCoreTemp's temperature file finding logic | Rob Whitaker |
2022-02-19 | Strip new lines from X log messages (issue #590) | jao |
2022-02-18 | Apply hlint suggestion | Tomas Janousek |
2022-02-17 | Refactoring: Clean up naming of X11 event loop threads | Tomas Janousek |
2022-02-17 | Fix memory leak in drawInWin | Tomas Janousek |
2022-02-13 | Use nh' for displaying the bar on the bottom of the screen. Fixes #555 | exorcist365 |
2022-02-09 | "bright" ansi colour names | jao |
2022-02-08 | Missing help bit: -TSwaybar | jao |
2022-02-08 | Linting | jao |
2022-02-08 | pango output: fonts | jao |
2022-02-07 | swaybar-protocol: additionalFonts via pango markup | jao |
2022-02-07 | swaybar-protocol: boxes working | jao |
2022-02-06 | Whitespace in the Draw.hs mess | jao |
2022-02-06 | swaybar-protocol: borders (but not quite working as expected) | jao |
2022-02-06 | swaybar-protocol: support for clickable Action | jao |
2022-02-06 | Little refactoring: forkThread | jao |
2022-02-06 | swaybar-protocol: output with colors and actions | jao |
2022-02-06 | swaybar-protocol: very basic format | jao |
2022-02-04 | Refactoring: event loop handling simplifications | jao |
2022-02-04 | Refactoring: Xmobar.Text.{Ansi,Pango,Output} | jao |
2022-02-04 | Xmobar.App.TextEventLoop -> Xmobar.Text.Loop | jao |
2022-02-04 | Xmobar.App.X11EventLoop -> Xmobar.X11.Loop | jao |
2022-02-04 | Xmobar.X11.Parsers -> Xmobar.Run.Parsers | jao |
2022-02-04 | Xmobar.App.CommandThreads -> Xmobar.Run.Loop | jao |
2022-02-04 | Xmobar.App.Timer -> Xmobar.Run.Timer | jao |
2022-02-03 | Xmobar.X11.Actions -> Xmobar.Run.Actions | jao |
2022-02-03 | TextOutputColor -> TextOutputFormat | jao |