diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-16 00:20:03 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:46 -0600 |
| commit | 1ba923704e7889205f574de1b85f48773ec6aca7 (patch) | |
| tree | 84b248671ab8918a12bb95a3ca62fb1912b934f2 /src/Rahm/Desktop/XMobarLog.hs | |
| parent | 9e5d56cfb2508d9f5e58bf681265d0f1070b3f35 (diff) | |
| download | rde-1ba923704e7889205f574de1b85f48773ec6aca7.tar.gz rde-1ba923704e7889205f574de1b85f48773ec6aca7.tar.bz2 rde-1ba923704e7889205f574de1b85f48773ec6aca7.zip | |
fix some hlint warnings
Diffstat (limited to 'src/Rahm/Desktop/XMobarLog.hs')
| -rw-r--r-- | src/Rahm/Desktop/XMobarLog.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/XMobarLog.hs b/src/Rahm/Desktop/XMobarLog.hs index 4f8bbb8..f2cccf8 100644 --- a/src/Rahm/Desktop/XMobarLog.hs +++ b/src/Rahm/Desktop/XMobarLog.hs @@ -60,7 +60,7 @@ xMobarLogHook (XMobarLog xmproc) = do tell $ "<fc=#404040>│ </fc><fc=#a0a0a0><fn=3>" tell $ title tell $ "</fn></fc>" - + where toAction [ch] | (ch >= 'A' && ch <= 'Z') || (ch >= 'a' && ch <= 'z') || |