Skip to content

Commit

Permalink
add hideOnStart to xmobar.config
Browse files Browse the repository at this point in the history
to avoid warning about missing field when using sample config
  • Loading branch information
juhp authored and jaor committed Jul 9, 2013
1 parent ed1955e commit da82fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/xmobar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da82fcd

Please sign in to comment.