From 01094993c9dc2e78044f96b7a1bfbd9e6e0fee82 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Aug 2022 00:37:41 +0100 Subject: xmobar-emacs, for emacs' tab bar --- xmobar-config.cabal | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'xmobar-config.cabal') diff --git a/xmobar-config.cabal b/xmobar-config.cabal index d219a8d..d6554f5 100644 --- a/xmobar-config.cabal +++ b/xmobar-config.cabal @@ -20,13 +20,6 @@ library other-modules: Paths_xmobar_config default-language: Haskell2010 -executable xmobar-top - main-is: Top.hs - hs-source-dirs: src - ghc-options: -rtsopts -with-rtsopts=-V0 -threaded - build-depends: base, xmobar, xmobar-config - default-language: Haskell2010 - executable xmobar-exwm main-is: TopC.hs hs-source-dirs: src @@ -34,13 +27,27 @@ executable xmobar-exwm build-depends: base, xmobar, xmobar-config default-language: Haskell2010 -executable xmobar-bottom - main-is: Bottom.hs +executable xmobar-emacs + main-is: Emacs.hs hs-source-dirs: src - ghc-options: -rtsopts -with-rtsopts=-V0 -threaded + ghc-options: -rtsopts -with-rtsopts=-V0 -threaded build-depends: base, xmobar, xmobar-config default-language: Haskell2010 +-- executable xmobar-top +-- main-is: Top.hs +-- hs-source-dirs: src +-- ghc-options: -rtsopts -with-rtsopts=-V0 -threaded +-- build-depends: base, xmobar, xmobar-config +-- default-language: Haskell2010 + +-- executable xmobar-bottom +-- main-is: Bottom.hs +-- hs-source-dirs: src +-- ghc-options: -rtsopts -with-rtsopts=-V0 -threaded +-- build-depends: base, xmobar, xmobar-config +-- default-language: Haskell2010 + executable xmobar-sway main-is: Sway.hs hs-source-dirs: src -- cgit v1.2.3