diff options
author | jao <jao@gnu.org> | 2014-10-09 01:29:30 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-10-09 01:29:30 +0200 |
commit | b380e00544fb7e6e4426f94d3254006f3bac4315 (patch) | |
tree | 47465b900d7fbb55c3dba5ceaf2e6ec301a1151e | |
parent | 5c6252dc55a87a42c3cd43e5ffab7e9328004f4d (diff) | |
download | xmobar-b380e00544fb7e6e4426f94d3254006f3bac4315.tar.gz xmobar-b380e00544fb7e6e4426f94d3254006f3bac4315.tar.bz2 |
Missing defaulted options in sample config
-rw-r--r-- | samples/xmobar.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/xmobar.config b/samples/xmobar.config index 9b1fbc2..5b5a7d1 100644 --- a/samples/xmobar.config +++ b/samples/xmobar.config @@ -9,6 +9,8 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , persistent = False , hideOnStart = False , iconRoot = "." + , allDesktops = True + , overrideRedirect = True , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C", "-L","18","-H","25", "--normal","green", |