summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJens Petersen <juhpetersen@gmail.com>2013-07-03 12:29:39 +0900
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-07-09 16:46:17 +0200
commitda82fcd7cd730700e647484531ed3332e67c30e7 (patch)
treec0aed90b58af037b7645b7b120d97c393eb93742
parented1955e4bb307c7308880d1fae4bb99a7e34d9c7 (diff)
downloadxmobar-da82fcd7cd730700e647484531ed3332e67c30e7.tar.gz
xmobar-da82fcd7cd730700e647484531ed3332e67c30e7.tar.bz2
add hideOnStart to xmobar.config
to avoid warning about missing field when using sample config
-rw-r--r--samples/xmobar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/xmobar.config b/samples/xmobar.config
index faf6ac6..8508741 100644
--- a/samples/xmobar.config
+++ b/samples/xmobar.config
@@ -6,6 +6,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, position = Top
, lowerOnStart = True
, persistent = False
+ , hideOnStart = False
, commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
, Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10