summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App
AgeCommit message (Expand)Author
2022-02-08Missing help bit: -TSwaybarjao
2022-02-04Refactoring: event loop handling simplificationsjao
2022-02-04Xmobar.App.TextEventLoop -> Xmobar.Text.Loopjao
2022-02-04Xmobar.App.X11EventLoop -> Xmobar.X11.Loopjao
2022-02-04Xmobar.X11.Parsers -> Xmobar.Run.Parsersjao
2022-02-04Xmobar.App.CommandThreads -> Xmobar.Run.Loopjao
2022-02-04Xmobar.App.Timer -> Xmobar.Run.Timerjao
2022-02-03Xmobar.X11.Actions -> Xmobar.Run.Actionsjao
2022-02-03TextOutputColor -> TextOutputFormatjao
2022-02-02Allow specifying color format as a -T argumentjao
2022-01-31Text output: support choosing between Pango and ANSI markupPavel Kalugin
2022-01-31Fix text output bufferingPavel Kalugin
2022-01-29Color escape sequences for text outputjao
2022-01-29App.EventLoop -> App.X11EventLoopjao
2022-01-29Refactoring of the previous patch and its surroundingsjao
2022-01-29Basic text output, without colors, workingjao
2022-01-29Basic Xmobar.App.TextEventLoopjao
2022-01-29Xmobar.App.CommandThreadsjao
2022-01-29Whitespacejao
2021-11-07Fail when reading a SignalChan, parse signal from defaultConfig.John Soo
2021-11-07Let xmobar be used with a signal TMVar when used from other haskell.John Soo
2021-11-02hspace feature. Initial intent: make space for a traytulthix
2021-07-06Filter filename when executing Haskell-based configslotThe
2021-07-01Pass arguments if using xmobar.hsalternateved
2021-03-18Fix typo `DRTSOPTS` -> `RTSOPTS`Claudio Bley
2020-11-15Fix crash on <fn=1>x</fn> when no additional fonts are specifiedTomas Janousek
2020-10-09additionalFonts command-line option: --add-fontivanbrennan
2020-10-09hlintingjao
2020-08-07Refactor ColorInfo to TextRenderInfoUnoqwy
2020-08-07Allow font bg to be taller (or smaller)Unoqwy
2020-08-07Redundant imports (mostly <$>) removedjao
2020-08-07Don't get confused by empty configuration dirs (fixes #313)jao
2020-05-10Fix crashes/busy looping happening via indexSibi Prabakaran
2020-04-12Add trailing linefeed to --version output.Zev Weiss
2020-02-26Copyright yearsjao
2020-02-23Timer coalescing: handle exceptions in timer coordination threadTomas Janousek
2020-02-22Timer coalescing: gracefully uncoalesce slow timersTomas Janousek
2020-02-22Implement timer coalescing (noticeably less CPU/power usage)Tomas Janousek
2020-02-22Silence some warningsTomas Janousek
2019-10-15A second attempt at fixing #405jao
2019-10-14Don't create .xmobar if it doesn't exist (issue #405)jao
2019-09-06Write error log to data dir, not conf dirChuck
2019-03-17Copyright noticejao
2019-01-12Honour flags when no config file is available (fixes #375)jao
2018-12-09New exposed function: configFromArgsjao
2018-12-08Compiling only .[l]hs[c] filesjao
2018-12-04Fix: honour command line flagsjao
2018-12-02Fix: exposing the Command constructors in libjao
2018-12-01Propagating RTS compilation flags to recompilejao
2018-11-30Self-compilation a la xmonadjao