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. --- src/Xmobar.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Xmobar.hs') diff --git a/src/Xmobar.hs b/src/Xmobar.hs index f37f065..28ef354 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -33,6 +33,7 @@ module Xmobar (xmobar #endif , module Xmobar.Plugins.EWMH , module Xmobar.Plugins.HandleReader + , module Xmobar.Plugins.QueueReader , module Xmobar.Plugins.Kbd , module Xmobar.Plugins.Locks #ifdef INOTIFY @@ -60,6 +61,7 @@ import Xmobar.Plugins.DateZone #endif import Xmobar.Plugins.EWMH import Xmobar.Plugins.HandleReader +import Xmobar.Plugins.QueueReader import Xmobar.Plugins.Kbd import Xmobar.Plugins.Locks #ifdef INOTIFY -- cgit v1.2.3