diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-04-19 11:00:32 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2008-04-19 11:00:32 +0200 |
commit | 2748741cc06bb7f1b71e465602ec778ccd34b436 (patch) | |
tree | 3f5cc3a79da4198b17faef3d5af70ad6e72bf1c0 /xmobar.config-sample | |
parent | ee87f0a3143eda7024c87d0f9ee6a7d13e5d6403 (diff) | |
download | xmobar-2748741cc06bb7f1b71e465602ec778ccd34b436.tar.gz xmobar-2748741cc06bb7f1b71e465602ec778ccd34b436.tar.bz2 |
config-sample: use Top for positioning
With Static xmobar does not set _NET_WM_STRUT_PARTIAL, which causes
troubles to novice xmonad users.
darcs-hash:20080419090032-d6583-37f0f0f13bc9244a08e4c66c8a454d52723aec5e.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r-- | xmobar.config-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample index 4dae218..77f0b1f 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -1,7 +1,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "black" , fgColor = "grey" - , position = Static { xpos = 0 , ypos = 0, width = 1024, height = 15 } + , position = Top , 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 |