From 836bcb7286275969ce4b22ad130384652c5821e8 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 1 Dec 2018 13:00:04 +0000 Subject: Working xmobar top/bottom configurations --- xmobar-config.cabal | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 xmobar-config.cabal (limited to 'xmobar-config.cabal') diff --git a/xmobar-config.cabal b/xmobar-config.cabal new file mode 100644 index 0000000..e2c232c --- /dev/null +++ b/xmobar-config.cabal @@ -0,0 +1,41 @@ +name: xmobar-config +version: 0.1 +description: xmobar configs +author: jao +maintainer: jao@gnu.org +copyright: 2018 Jose A Ortega Ruiz +license: GPL-3 +build-type: Simple +cabal-version: >= 1.10 + +extra-source-files: + readme.md + +library + hs-source-dirs: src + exposed-modules: Config, Bottom + build-depends: base >=4.7 && <5, xmobar + other-modules: + Paths_xmobar_config + default-language: Haskell2010 + +executable xmobar-top + main-is: Top.hs + hs-source-dirs: app + ghc-options: -rtsopts -with-rtsopts=-V0 + build-depends: base, xmobar, xmobar-config + default-language: Haskell2010 + +executable xmobar-mpris + main-is: Mpris.hs + hs-source-dirs: app + ghc-options: -rtsopts -with-rtsopts=-V0 + build-depends: base, xmobar, xmobar-config + default-language: Haskell2010 + +executable xmobar-mpd + main-is: MPD.hs + hs-source-dirs: app + ghc-options: -rtsopts -with-rtsopts=-V0 + build-depends: base, xmobar, xmobar-config + default-language: Haskell2010 -- cgit v1.2.3