diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-11 01:02:32 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-11 01:02:32 +0100 |
commit | 533d459b70774b3bbdab5dde1fcb442a579b36cc (patch) | |
tree | 0a743a433681418973ecb620abaf1d7a1c595127 /Plugins/Monitors/Net.hs | |
parent | d726f8e31984cd7afc4907615c58082e8049a671 (diff) | |
download | xmobar-533d459b70774b3bbdab5dde1fcb442a579b36cc.tar.gz xmobar-533d459b70774b3bbdab5dde1fcb442a579b36cc.tar.bz2 |
More sensitive logbars
Diffstat (limited to 'Plugins/Monitors/Net.hs')
-rw-r--r-- | Plugins/Monitors/Net.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Monitors/Net.hs b/Plugins/Monitors/Net.hs index 64e7eaf..b17aa44 100644 --- a/Plugins/Monitors/Net.hs +++ b/Plugins/Monitors/Net.hs @@ -64,7 +64,7 @@ netParser = formatNet :: Float -> Monitor (String, String) formatNet d = do - b <- showLogBar 0.6 d + b <- showLogBar 0.9 d x <- showWithColors (showDigits 1) d return (x, b) |