diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-19 19:40:06 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-19 19:40:06 +0200 |
commit | 2b650e23f080abaad4053f7dac51af315109d5f5 (patch) | |
tree | 9695785417da9811fbb1c4660516e2dc6e4a445f /xmobar.config-sample | |
parent | 37c2ce906137f4e9f8d5d11fc44082083e77abe2 (diff) | |
download | xmobar-2b650e23f080abaad4053f7dac51af315109d5f5.tar.gz xmobar-2b650e23f080abaad4053f7dac51af315109d5f5.tar.bz2 |
added a refresh rate configuration option
darcs-hash:20070619174006-d6583-810248e638d7062b41fd7ae771b625ac1a5164c5.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r-- | xmobar.config-sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample index 69b068c..289af9b 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -5,4 +5,5 @@ Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*" , yPos = 0 , width = 1024 , hight = 15 + , refresh = 10 } |