diff options
Diffstat (limited to 'examples/xmobar.hs')
-rw-r--r-- | examples/xmobar.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/xmobar.hs b/examples/xmobar.hs index 4df8722..ea519eb 100644 --- a/examples/xmobar.hs +++ b/examples/xmobar.hs @@ -49,6 +49,7 @@ config = defaultConfig { , iconRoot = "." , allDesktops = True , overrideRedirect = True + , textOutputColors = Ansi , commands = [ Run $ Weather "EGPH" ["-t","<station>: <tempC>C", "-L","18","-H","25", "--normal","green", |