diff options
author | jao <jao@gnu.org> | 2025-03-31 17:02:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-03-31 17:02:58 +0100 |
commit | 98857472d93e6c6b4c9d501ae5c7172874c1ed82 (patch) | |
tree | 3d326e97b1e790fbd9c417617241e4cd3f45d31d /src/Xmobar/Plugins/MarqueePipeReader.hs | |
parent | c6976e852e4c9a8cd590c1c87eb6d7d9c6ce23c0 (diff) | |
download | xmobar-98857472d93e6c6b4c9d501ae5c7172874c1ed82.tar.gz xmobar-98857472d93e6c6b4c9d501ae5c7172874c1ed82.tar.bz2 |
hlinting
Diffstat (limited to 'src/Xmobar/Plugins/MarqueePipeReader.hs')
-rw-r--r-- | src/Xmobar/Plugins/MarqueePipeReader.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/MarqueePipeReader.hs b/src/Xmobar/Plugins/MarqueePipeReader.hs index 075503c..a6d590e 100644 --- a/src/Xmobar/Plugins/MarqueePipeReader.hs +++ b/src/Xmobar/Plugins/MarqueePipeReader.hs @@ -60,7 +60,7 @@ writer txt sep len rate chan cb = do Nothing -> tenthSeconds rate >> writer (drop 1 txt) sep len rate chan cb toInfTxt :: String -> String -> String -toInfTxt line sep = concat (repeat $ line ++ " " ++ sep ++ " ") +toInfTxt line sep = cycle (line ++ " " ++ sep ++ " ") checkPipe :: FilePath -> IO () checkPipe file = handle (\(SomeException _) -> waitForPipe) $ do |