diff options
author | jao <jao@gnu.org> | 2020-05-06 22:20:34 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-05-06 22:20:34 +0100 |
commit | 6f3b730415147041ff34558fe7292a76dc87b1f0 (patch) | |
tree | deae0a428ec9ec08e590ef809dd917899a9cc16f /src/Xmobar/Plugins | |
parent | 2a1230543414ab09fd29b99ad722d9a963bd43cc (diff) | |
download | xmobar-6f3b730415147041ff34558fe7292a76dc87b1f0.tar.gz xmobar-6f3b730415147041ff34558fe7292a76dc87b1f0.tar.bz2 |
recursively hlinting
Diffstat (limited to 'src/Xmobar/Plugins')
-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 |