From ebea33e52fb71b049baf17374b88a7521de4097f Mon Sep 17 00:00:00 2001 From: John Soo Date: Fri, 17 Sep 2021 16:05:49 -0700 Subject: Export SignalTypes from Xmobar for use in other haskell code. --- src/Xmobar.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Xmobar.hs b/src/Xmobar.hs index 28ef354..2a32da1 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -23,6 +23,7 @@ module Xmobar (xmobar , Runnable (..) , Exec (..) , Command (..) + , SignalType (..) , module Xmobar.Config.Types , module Xmobar.Config.Parse , module Xmobar.Plugins.BufferedPipeReader @@ -75,5 +76,7 @@ import Xmobar.Plugins.MarqueePipeReader import Xmobar.Plugins.XMonadLog import Xmobar.Plugins.NotmuchMail +import Xmobar.System.Signal(SignalType (..)) + import Xmobar.App.Main(xmobar, xmobarMain, configFromArgs) import Xmobar.App.Config(defaultConfig) -- cgit v1.2.3