diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 13:40:34 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 13:40:34 +0100 |
commit | 7db13cfb5ef32e8057781d64ceefbc02e3e4cfa5 (patch) | |
tree | 0ea951d2e5d6381539260a8f509c4e6b6b85494c | |
parent | b2888c119dae00dbb8d915ee1383cd618287e486 (diff) | |
download | xmobar-7db13cfb5ef32e8057781d64ceefbc02e3e4cfa5.tar.gz xmobar-7db13cfb5ef32e8057781d64ceefbc02e3e4cfa5.tar.bz2 |
updated config-sample to latest changes
darcs-hash:20071028124034-d6583-3b5e6c52d3f9be1703a24b645a955c292da459e4.gz
-rw-r--r-- | Plugins/helloworld.config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index c847d8e..4dfc082 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -1,10 +1,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" - , xPos = 0 - , yPos = 0 - , width = 1024 - , height = 15 + , position = Top , align = "right" , commands = [ Run Cpu [] 10 , Run Weather "LIPB" [] 36000 |