summaryrefslogtreecommitdiffhomepage
path: root/xmobar-config.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-09 00:37:41 +0100
committerjao <jao@gnu.org>2022-08-09 00:37:41 +0100
commit01094993c9dc2e78044f96b7a1bfbd9e6e0fee82 (patch)
tree259cdb403ed32a0c8f0e9e3fd13e831d60f118fb /xmobar-config.cabal
parent2b75f89cd3afcb1d461c129a4d45042314f61d2c (diff)
downloadxmobar-config-01094993c9dc2e78044f96b7a1bfbd9e6e0fee82.tar.gz
xmobar-config-01094993c9dc2e78044f96b7a1bfbd9e6e0fee82.tar.bz2
xmobar-emacs, for emacs' tab bar
Diffstat (limited to 'xmobar-config.cabal')
-rw-r--r--xmobar-config.cabal27
1 files changed, 17 insertions, 10 deletions
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