diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 13:40:10 +0100 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 13:40:10 +0100 | 
| commit | b2888c119dae00dbb8d915ee1383cd618287e486 (patch) | |
| tree | 3cedd3c3541e38431038bb5687f5f864751fcc1f /xmobar.config-sample | |
| parent | bae6a18dca04f04a3af6b4cdd18a1c11bc2be270 (diff) | |
| download | xmobar-b2888c119dae00dbb8d915ee1383cd618287e486.tar.gz xmobar-b2888c119dae00dbb8d915ee1383cd618287e486.tar.bz2  | |
updated config-sample to latest changes
darcs-hash:20071028124010-d6583-1d7c661c3237a3fb364f6c9d3179c6b3489220a2.gz
Diffstat (limited to 'xmobar.config-sample')
| -rw-r--r-- | xmobar.config-sample | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample index b36b762..0cd80a7 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -1,10 +1,7 @@  Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"         , bgColor = "black"         , fgColor = "grey" -       , xPos = 0 -       , yPos = 0 -       , width = 1024 -       , height = 15 +       , position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 }         , align = "right"         , 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  | 
