From 6f3b730415147041ff34558fe7292a76dc87b1f0 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 6 May 2020 22:20:34 +0100 Subject: recursively hlinting --- src/Xmobar/Plugins/Monitors/Volume.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xmobar/Plugins/Monitors/Volume.hs b/src/Xmobar/Plugins/Monitors/Volume.hs index c3b7470..8840472 100644 --- a/src/Xmobar/Plugins/Monitors/Volume.hs +++ b/src/Xmobar/Plugins/Monitors/Volume.hs @@ -256,5 +256,5 @@ runVolumeWith opts mixerName controlName = do -- | Determine whether the volume is off based on the value of 'sw' from -- 'runVolumeWith'. - isVolOff = not . (Just True ==) + isVolOff = (Just True /=) unavailable = getConfigValue naString -- cgit v1.2.3