xmobar

Portabilityunportable
Stabilityunstable
MaintainerJose A. Ortega Ruiz <jao@gnu.org>
Safe HaskellNone

Plugins.MarqueePipeReader

Description

A plugin for reading from named pipes for long texts with marquee

Documentation

type Length = Int

type Rate = Int

type Separator = String

pipeToChan :: Handle -> TChan String -> IO ()

writer :: String -> Separator -> Length -> Rate -> TChan String -> (String -> IO ()) -> IO ()

toInfTxt :: String -> String -> String

checkPipe :: FilePath -> IO ()