
24 Sep
2007
24 Sep
'07
8:55 p.m.
On Mon, Sep 24, 2007 at 10:23:02PM +0200, Andrea Rossato wrote:
On Mon, Sep 24, 2007 at 06:30:54PM +0100, Andy Gimblett wrote:
Andrea, Why can xmobar read from a file but not a named pipe?
To read a named pipe you must wait for output.
by the way I've tried. Attached you'll find my attempt that reads from ~/.xmobar-status. Save the file in Plugins/ In Config.hs: import Plugins.XMonadLog and change the runnableTyope to something like: runnableTypes :: (Command,(Monitors,(XLog,()))) in the configuration, commands, add: , Run XLog and %xlog% in the template. If you move around through workspaces maybe xmobar will be able to display something, but it won't last... Andrea