diff options
author | John Soo <jsoo1@asu.edu> | 2021-09-17 11:31:56 -0700 |
---|---|---|
committer | John Soo <jsoo1@asu.edu> | 2021-11-07 17:47:47 -0800 |
commit | b2d9ca5a587c62ee38d04766689f19d3d4a13c1b (patch) | |
tree | 2c42b65e83c6ecfbb70f475a2318239a8f2f841e /src/Xmobar/App/Config.hs | |
parent | 397953f1c626a3a81b9ef7280d961fb3ce340c56 (diff) | |
download | xmobar-b2d9ca5a587c62ee38d04766689f19d3d4a13c1b.tar.gz xmobar-b2d9ca5a587c62ee38d04766689f19d3d4a13c1b.tar.bz2 |
Let xmobar be used with a signal TMVar when used from other haskell.
Diffstat (limited to 'src/Xmobar/App/Config.hs')
-rw-r--r-- | src/Xmobar/App/Config.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/App/Config.hs b/src/Xmobar/App/Config.hs index d17577e..a227681 100644 --- a/src/Xmobar/App/Config.hs +++ b/src/Xmobar/App/Config.hs @@ -64,6 +64,7 @@ defaultConfig = , template = "%StdinReader% }{ " ++ "<fc=#00FF00>%uname%</fc> * <fc=#FF0000>%theDate%</fc>" , verbose = False + , signal = SignalChan Nothing } -- | Return the path to the xmobar data directory. This directory is |