From 61bd7931b65044acab087c09a9b70d56432f1fe9 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 27 May 2017 03:26:11 +0200 Subject: Fix for vertical bars (should fix issue #303) --- src/Plugins/Monitors/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/Monitors/Common.hs b/src/Plugins/Monitors/Common.hs index 5f088cf..55f67d7 100644 --- a/src/Plugins/Monitors/Common.hs +++ b/src/Plugins/Monitors/Common.hs @@ -510,7 +510,7 @@ showLogBar :: Float -> Float -> Monitor String showLogBar f v = logScaling f v >>= showPercentBar v showLogVBar :: Float -> Float -> Monitor String -showLogVBar f v = logScaling f v >>= showPercentBar v +showLogVBar f v = logScaling f v >>= showVerticalBar v showLogIconPattern :: Maybe IconPattern -> Float -> Float -> Monitor String showLogIconPattern str f v = logScaling f v >>= showIconPattern str -- cgit v1.2.3