diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 15:32:44 +0200 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-24 15:32:44 +0200 | 
| commit | 984ef9963e9f89a9e546bc1b9e8fc8b44377ff5e (patch) | |
| tree | 62e01091f5fa2b853141af116cf0ea4b50eecc98 | |
| parent | 63254c778f70091b9fa85fae1c6f96d5dde560bf (diff) | |
| download | xmobar-984ef9963e9f89a9e546bc1b9e8fc8b44377ff5e.tar.gz xmobar-984ef9963e9f89a9e546bc1b9e8fc8b44377ff5e.tar.bz2  | |
Config.hs: removed %memory%" from default template
darcs-hash:20070724133244-d6583-1e9ec2fb8f08bbb4ec2a2cdc36f520191a542886.gz
| -rw-r--r-- | Config.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -56,9 +56,9 @@ defaultConfig =             , height = 15             , align = "left"             , refresh = 10 -           , commands = [Run $ Memory [] 10] +           , commands = []             , sepChar = "%" -           , template = "Uptime: <fc=#00FF00>%uptime%</fc> ** <fc=#FF0000>%date%</fc> %memory%" +           , template = "Uptime: <fc=#00FF00>%uptime%</fc> ** <fc=#FF0000>%date%</fc>"             }  -- | This is the list of types that can be hidden inside  | 
