Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-22 | Silence some warnings | Tomas Janousek | |
src/Xmobar/X11/Draw.hs:51:11-12: warning: [-Wunused-matches] Defined but not used: ‘wr’ | 51 | drawInWin wr@(Rectangle _ _ wid ht) ~[left,center,right] = do | ^^ src/Xmobar/App/EventLoop.hs:50:1-36: warning: [-Wunused-imports] The import of ‘Xmobar.X11.Events’ is redundant | 50 | import Xmobar.X11.Events(nextEvent') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |||
2019-10-15 | A second attempt at fixing #405 | jao | |
This time taking into account that ~/.config/xmobar could be populated | |||
2019-10-14 | Don't create .xmobar if it doesn't exist (issue #405) | jao | |
2019-09-06 | Write error log to data dir, not conf dir | Chuck | |
Write xmobar.errors to XMOBAR_DATA_DIR, not XMOBAR_CONFIG_DIR. This allows XMOBAR_CONFIG_DIR to be read-only. This brings xmobar into alignment with how xmonad manages its analogous directories (before this change, a read-only DATA dir worked with xmonad but not with xmobar). | |||
2019-03-17 | Copyright notice | jao | |
2019-01-12 | Honour flags when no config file is available (fixes #375) | jao | |
2018-12-09 | New exposed function: configFromArgs | jao | |
2018-12-08 | Compiling only .[l]hs[c] files | jao | |
Should take care of issue #371 | |||
2018-12-04 | Fix: honour command line flags | jao | |
Fixes #370, and then some | |||
2018-12-02 | Fix: exposing the Command constructors in lib | jao | |
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-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 | |