diff options
-rw-r--r-- | src/Xmobar/Plugins/Monitors/Volume.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |