Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | fix: padString should not make strings longer | Leo Zhang | |
2020-11-19 | test: Fix flaky CpuSpec | Tomas Janousek | |
Failed at least once in GitHub Actions: predicate failed on: "Cpu: <fc=red>100</fc>% <fc=red>##########</fc>" Also, there's no need to guard the Xmobar.Plugins.Monitors.CpuSpec module with the with_alsa flag. (And it doesn't really work anyway, hspec-discover doesn't care about what modules are declared in cabal, so stack/ghc complains that "These modules are needed for compilation but not listed in your .cabal file's other-modules: Xmobar.Plugins.Monitors.AlsaSpec" and then fails to detect changes in those modules.) | |||
2020-06-23 | Cleanup and add some tests | Sibi Prabakaran | |
2020-04-12 | Fix Tests When Compiling Without ALSA | Pavan Rikhi | |
Use CPP macros to make the ALSA Spec file a no-op when the `with_alsa` flag is set to False. Without these macros, HSpec will import the AlsaSpec module causing test compilation to fail. | |||
2019-01-19 | Alsa plugin: Restart alsactl if it quits (Fixes #376) | Daniel Schüssler | |
2018-11-25 | Test namespaces inside Xmobar | jao | |