index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Xmobar
/
Plugins
Age
Commit message (
Collapse
)
Author
2019-01-19
Alsa plugin: Refactor (move readerThread to toplevel)
Daniel Schüssler
2019-01-19
Alsa plugin: Restart alsactl if it quits (Fixes #376)
Daniel Schüssler
2018-12-24
Upgrade to alsa-mixer 0.3.0 (cf. #372, #373)
jao
2018-12-03
CoreCommon -> Common.Files
jao
2018-12-02
Fix: exposing the Command constructors in lib
jao
2018-12-02
Plugins.Monitors.Common refactored into submodules
jao
2018-11-25
Xmobar.System.Utils, Xmobar.X11.Events
jao
2018-11-25
Xmobar.X11.Actions
jao
2018-11-25
Back to app/src, since it seems they're the default convention for stack
jao
2018-11-21
All sources moved inside src
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.