From 7d4e3efca1cb1164040a4a64c1747a9aa163a9f0 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Tue, 29 Jun 2021 22:35:58 +0100 Subject: Add Kraken plugin --- src/Xmobar/Run/Types.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Xmobar/Run/Types.hs') diff --git a/src/Xmobar/Run/Types.hs b/src/Xmobar/Run/Types.hs index deec8ba..0d4ed42 100644 --- a/src/Xmobar/Run/Types.hs +++ b/src/Xmobar/Run/Types.hs @@ -41,6 +41,10 @@ import Xmobar.Plugins.MBox import Xmobar.Plugins.DateZone #endif +#ifdef KRAKEN +import Xmobar.Plugins.Kraken +#endif + import Xmobar.Run.Command -- | An alias for tuple types that is more convenient for long lists. @@ -61,6 +65,9 @@ runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: #endif #ifdef DATEZONE DateZone :*: +#endif +#ifdef KRAKEN + Kraken :*: #endif MarqueePipeReader :*: () runnableTypes = undefined -- cgit v1.2.3