diff options
author | jao <jao@gnu.org> | 2022-02-02 21:32:01 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-02 21:32:01 +0000 |
commit | d7d1873cd009edc8f3de8d141de388f638c6a926 (patch) | |
tree | b87363d1656369b2a9413bf025971ebbc8ff1309 /src/Xmobar/App/Config.hs | |
parent | 560c68cd4f0890a6e273b4a5918ac71416d64d88 (diff) | |
download | xmobar-d7d1873cd009edc8f3de8d141de388f638c6a926.tar.gz xmobar-d7d1873cd009edc8f3de8d141de388f638c6a926.tar.bz2 |
Allow specifying color format as a -T argument
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 34127aa..7d3c781 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 - , textOutputColors = Ansi + , textOutputColors = NoColors } -- | Return the path to the xmobar data directory. This directory is |