diff options
Diffstat (limited to 'src/Xmobar/Plugins')
| -rw-r--r-- | src/Xmobar/Plugins/Monitors/Common/Types.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Xmobar/Plugins/Monitors/Common/Types.hs b/src/Xmobar/Plugins/Monitors/Common/Types.hs index d09da8e..68d7a0e 100644 --- a/src/Xmobar/Plugins/Monitors/Common/Types.hs +++ b/src/Xmobar/Plugins/Monitors/Common/Types.hs @@ -116,7 +116,7 @@ getMonitorConfig MC{..} = do    pBarBack <- readIORef barBack    pBarFore <- readIORef barFore    pBarWidth <- readIORef barWidth -  pUseSuffix <- readIORef useSuffix  +  pUseSuffix <- readIORef useSuffix    pNaString <- readIORef naString    pMaxTotalWidth <- readIORef maxTotalWidth    pMaxTotalWidthEllipsis <- readIORef maxTotalWidthEllipsis | 
