diff options
author | jao <jao@gnu.org> | 2022-01-29 04:56:03 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-29 06:42:29 +0000 |
commit | f42813b383f4bbc533ae7a38df1782febf5eb444 (patch) | |
tree | fe44a4d886babb7368122fb3ad57a005847f8c41 /src/Xmobar/App/Config.hs | |
parent | 1af4da53f7f3b0bc9f0c337113a90448f035a4b1 (diff) | |
download | xmobar-f42813b383f4bbc533ae7a38df1782febf5eb444.tar.gz xmobar-f42813b383f4bbc533ae7a38df1782febf5eb444.tar.bz2 |
Color escape sequences for text output
Diffstat (limited to 'src/Xmobar/App/Config.hs')
-rw-r--r-- | src/Xmobar/App/Config.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/App/Config.hs b/src/Xmobar/App/Config.hs index e798010..bada3aa 100644 --- a/src/Xmobar/App/Config.hs +++ b/src/Xmobar/App/Config.hs @@ -66,6 +66,7 @@ defaultConfig = , verbose = False , signal = SignalChan Nothing , textOutput = False + , ansiColors = True } -- | Return the path to the xmobar data directory. This directory is |