diff options
author | jao <jao@gnu.org> | 2022-02-03 05:14:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-03 05:14:45 +0000 |
commit | dc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (patch) | |
tree | 43c2bf077702bd118a9f37646ebce50d2025d15f /examples/xmobar.config | |
parent | d7d1873cd009edc8f3de8d141de388f638c6a926 (diff) | |
download | xmobar-dc262d1628aa3e1bfe17ce99bfe89782b6185cc5.tar.gz xmobar-dc262d1628aa3e1bfe17ce99bfe89782b6185cc5.tar.bz2 |
TextOutputColor -> TextOutputFormat
Thinking of eventually adding a Sway JSON output, or simply add fonts
to Pango specification, so it's more than colors.
Also, NoColors -> Plain.
Diffstat (limited to 'examples/xmobar.config')
-rw-r--r-- | examples/xmobar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmobar.config b/examples/xmobar.config index 150f4fd..e951b67 100644 --- a/examples/xmobar.config +++ b/examples/xmobar.config @@ -15,7 +15,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , iconRoot = "." , allDesktops = True , overrideRedirect = True - , textOutputColors = Ansi + , textOutputFormat = Ansi , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C", "-L","18","-H","25", "--normal","green", |