diff options
author | Jens Petersen <juhpetersen@gmail.com> | 2013-07-03 12:29:39 +0900 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-07-09 16:46:17 +0200 |
commit | da82fcd7cd730700e647484531ed3332e67c30e7 (patch) | |
tree | c0aed90b58af037b7645b7b120d97c393eb93742 /samples/xmobar.config | |
parent | ed1955e4bb307c7308880d1fae4bb99a7e34d9c7 (diff) | |
download | xmobar-da82fcd7cd730700e647484531ed3332e67c30e7.tar.gz xmobar-da82fcd7cd730700e647484531ed3332e67c30e7.tar.bz2 |
add hideOnStart to xmobar.config
to avoid warning about missing field when using sample config
Diffstat (limited to 'samples/xmobar.config')
-rw-r--r-- | samples/xmobar.config | 1 |
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 |