Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-25 | Xmobar.App and small refactorings | jao | |
2018-11-25 | Test namespaces inside Xmobar | jao | |
2018-11-25 | doc, examples | jao | |
2018-11-25 | The app dir | jao | |
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-25 | Run.EventLoop | jao | |
2018-11-25 | Refactoring: Xmobar.Run | jao | |
2018-11-25 | Hlinting | jao | |
2018-11-25 | Wee refactoring | jao | |
2018-11-25 | Hlinting | jao | |
2018-11-25 | Parsers wee refactoring | jao | |
2018-11-25 | Exporting Exec constructors from Xmobar | jao | |
2018-11-25 | Whitespace | jao | |
2018-11-25 | Unused code and compilation fixes | jao | |
2018-11-25 | Leftover | jao | |
2018-11-25 | No need for silly Xmobar.Plugins | jao | |
2018-11-25 | Xmobar.System.Environment | jao | |
2018-11-25 | Refactoring: Xmobar.System | jao | |
2018-11-25 | XPMFile also in Xmobar.X11 | jao | |
2018-11-25 | Refactoring: Xmobar.X11 | jao | |
2018-11-25 | Wee refactoring | jao | |
2018-11-25 | Plugins.Utils -> Utils | jao | |
2018-11-24 | Exported modules and names adjustments | jao | |
2018-11-24 | Refactoring: cleaner separation app/lib and more cleanups | jao | |
2018-11-22 | Wee refactorings | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Configuration file parsing moved to app module | jao | |
2018-11-21 | Cabal file adapted to the library split | jao | |
2018-11-21 | Fix Indentation in Kbd Plugin | Pavan Rikhi | |
An unindented `do` block was causing compilation failures. | |||
2018-11-21 | Plugins.Monitors.Alsa moved to Xmobar | jao | |
2018-11-21 | Split Modules into Library & Executable Structure | Pavan Rikhi | |
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. | |||
2018-11-21 | Padding icon idea stolen from @jonascj | jao | |
2018-11-21 | Wireless: simple auto-detection of interface name | jao | |
2018-11-18 | Changelog | jao | |
2018-11-18 | Fix: it's wmName, not windowName | jao | |
2018-11-17 | Changelog typos | jao | |
2018-11-17 | Changelog updates | jao | |
2018-11-17 | TopProc: skipping kernel threads (fixes #369) | jao | |
2018-11-15 | Typo in config parser for wmclass (closes #368) | jao | |
2018-10-30 | Changelog updates | jao | |
2018-10-29 | Improved handling of missing thermal zone files | bobtwinkles | |
Instead of simply displaying zero when reading the thermal zone file fails, display whatever we would display when provided with a misconfigured thermal zone. | |||
2018-10-29 | Allow recovery from missing thermal zones | bobtwinkles | |
Sometimes the kernel takes some time to populate /sys/class/thermal/ * after resuming from suspend. Previously, this would result in the thermal plugin dying permanantly. With this patch, we show "0" until the kernel gets around to populating the sysfs nodes we need. | |||
2018-10-27 | Return a dbus error if unknown method or signal | Mitchell Rosen | |
2018-10-10 | Revert "More paths for CoreTemp (issue #291)" | jao | |
This reverts commit 938a8d8307c1c4794c5fcf269c587c3c5c5e70df. | |||
2018-10-06 | Changelog | jao | |
2018-10-06 | Contact email address updated | jao | |
2018-10-06 | Credits for Daniel and Vanessa | jao | |
2018-10-06 | Fix: only use Mail, MBox and DateZone if compilation requested | jao | |
2018-10-06 | Install handlers only for sigTERM and sigQUIT | Daniel Schüssler | |
2018-10-06 | Fix build warnings | Daniel Schüssler | |