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/Config/Parse.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/Config/Parse.hs')
-rw-r--r-- | src/Xmobar/Config/Parse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Config/Parse.hs b/src/Xmobar/Config/Parse.hs index 056f3fc..48a31c3 100644 --- a/src/Xmobar/Config/Parse.hs +++ b/src/Xmobar/Config/Parse.hs @@ -57,7 +57,7 @@ parseConfig defaultConfig = x <- perms eof s <- getState - return (x,s) + return (x (SignalChan Nothing),s) perms = permute $ Config <$?> pFont <|?> pFontList <|?> pWmClass <|?> pWmName |