summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorGuy Gastineau <strings.stringsandstrings@gmail.com>2021-09-14 13:05:49 -0400
committerGuy Gastineau <strings.stringsandstrings@gmail.com>2021-09-14 15:29:14 -0400
commitec96ec469e9dff06bc503366ff7e3022c595d8f7 (patch)
tree0c950958f61283df8977c0f8f34089b669248b00 /xmobar.cabal
parent3a5004e39e6dc42f2691012b4513a210202311b2 (diff)
downloadxmobar-ec96ec469e9dff06bc503366ff7e3022c595d8f7.tar.gz
xmobar-ec96ec469e9dff06bc503366ff7e3022c595d8f7.tar.bz2
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.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal1
1 files changed, 1 insertions, 0 deletions
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,