diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-02 13:48:13 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-02 13:48:13 +0200 |
commit | 8fca358a81347557fc478915efe47eb666b9cf2c (patch) | |
tree | 573972c268d30f309043de76ddb0e8ed40b2efbd /Config.hs | |
parent | 8f0200c6d6aed386200b41145ff3521c990e5f59 (diff) | |
download | xmobar-8fca358a81347557fc478915efe47eb666b9cf2c.tar.gz xmobar-8fca358a81347557fc478915efe47eb666b9cf2c.tar.bz2 |
Config: removed the refresh configuration option
WARNING: this patch breaks previous configuration files. To update
just get rid of the refresh configuration option ;)
darcs-hash:20071002114813-d6583-102431c169666d1049287a0ad9bd4672ec41e601.gz
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -39,7 +39,6 @@ data Config = , width :: Int -- ^ Window width , height :: Int -- ^ Window height , align :: String -- ^ text alignment - , refresh :: Int -- ^ Refresh rate in tenth of seconds , commands :: [Runnable] -- ^ For setting the command, the command argujments -- and refresh rate for the programs to run (optional) , sepChar :: String -- ^ The character to be used for indicating @@ -58,7 +57,6 @@ defaultConfig = , width = 1024 , height = 15 , align = "left" - , refresh = 10 , commands = [] , sepChar = "%" , template = "Uptime: <fc=#00FF00>%uptime%</fc> ** <fc=#FF0000>%date%</fc>" |