diff options
author | Pavel Kalugin <pavel@pavelthebest.me> | 2022-01-31 21:48:15 +0300 |
---|---|---|
committer | Pavel Kalugin <pavel@pavelthebest.me> | 2022-01-31 23:40:49 +0300 |
commit | 65f67cc86d3929802f227133c1003dc4174ee85d (patch) | |
tree | fed382a49089fdabcea9e2fa7399cb4e5a2e6acc /src/Xmobar/App/Config.hs | |
parent | dde86479be0835ae4a9fe14e14857a3460fd8e1d (diff) | |
download | xmobar-65f67cc86d3929802f227133c1003dc4174ee85d.tar.gz xmobar-65f67cc86d3929802f227133c1003dc4174ee85d.tar.bz2 |
Text output: support choosing between Pango and ANSI markup
Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me>
Diffstat (limited to 'src/Xmobar/App/Config.hs')
-rw-r--r-- | src/Xmobar/App/Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/App/Config.hs b/src/Xmobar/App/Config.hs index bada3aa..34127aa 100644 --- a/src/Xmobar/App/Config.hs +++ b/src/Xmobar/App/Config.hs @@ -66,7 +66,7 @@ defaultConfig = , verbose = False , signal = SignalChan Nothing , textOutput = False - , ansiColors = True + , textOutputColors = Ansi } -- | Return the path to the xmobar data directory. This directory is |