From ec96ec469e9dff06bc503366ff7e3022c595d8f7 Mon Sep 17 00:00:00 2001 From: Guy Gastineau Date: Tue, 14 Sep 2021 13:05:49 -0400 Subject: Add the QueueReader plugin. * A queue reader for xmobar using `TQueue a` from `stm`. This is a flexible and performat solution for sharing data between arbitrary haskell and xmobar. * I am not sure if I did the haddocks correctly. --- xmobar.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 5c16dc1..7bc6a61 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -140,6 +140,7 @@ library Xmobar.Plugins.Date, Xmobar.Plugins.EWMH, Xmobar.Plugins.HandleReader, + Xmobar.Plugins.QueueReader, Xmobar.Plugins.PipeReader, Xmobar.Plugins.MarqueePipeReader, Xmobar.Plugins.StdinReader, -- cgit v1.2.3