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
Age
Commit message (
Collapse
)
Author
2018-12-01
Propagating RTS compilation flags to recompile
jao
2018-11-30
Self-compilation a la xmonad
jao
2018-11-30
XMobar.App.Opts
jao
2018-11-26
Linting
jao
2018-11-26
Compilation functions lifted from xmonad
jao
2018-11-26
Utilities for dealing with config and data directories
jao
2018-11-26
App.Defaults -> App.Config
jao
2018-11-26
Xmobar.Config.Parse
jao
2018-11-25
Xmobar.System.Utils, Xmobar.X11.Events
jao
2018-11-25
X11.XUtil -> X11.Text
jao
2018-11-25
Xmobar.App.Defaults and Xmobar.Config.Types
jao
2018-11-25
Xmobar.App.Main
jao
2018-11-25
Xmobar.X11.Actions
jao
2018-11-25
Xmobar.App and small refactorings
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
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.