diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-08 01:38:14 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-08 01:38:14 +0100 |
commit | a615474dc2daa250602262d59bd3daa7d603cc12 (patch) | |
tree | 5815a4b4fba629cfea760afdafd20601ce01b341 /Plugins/Monitors/Mem.hs | |
parent | 180fab582197384f7018543c106e1b641a0700e0 (diff) | |
download | xmobar-a615474dc2daa250602262d59bd3daa7d603cc12.tar.gz xmobar-a615474dc2daa250602262d59bd3daa7d603cc12.tar.bz2 |
Default to False for the -P option and leave the % to the templates
Diffstat (limited to 'Plugins/Monitors/Mem.hs')
-rw-r--r-- | Plugins/Monitors/Mem.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Monitors/Mem.hs b/Plugins/Monitors/Mem.hs index e1ea5de..a55d58e 100644 --- a/Plugins/Monitors/Mem.hs +++ b/Plugins/Monitors/Mem.hs @@ -18,7 +18,7 @@ import Plugins.Monitors.Common memConfig :: IO MConfig memConfig = mkMConfig - "Mem: <usedratio> (<cache>M)" -- template + "Mem: <usedratio>% (<cache>M)" -- template ["usedbar", "freebar", "usedratio", "total", "free", "buffer", "cache", "rest", "used"] -- available replacements |