xmobar-config
This commit is contained in:
parent
061583c342
commit
d8e21e872a
6 changed files with 55 additions and 48 deletions
24
pkgs/xmobar-config/xmobar-config.cabal
Normal file
24
pkgs/xmobar-config/xmobar-config.cabal
Normal file
|
@ -0,0 +1,24 @@
|
|||
cabal-version: 3.0
|
||||
name: xmobar-config
|
||||
version: 0.1.0.0
|
||||
description: xmobar configs
|
||||
author: sajenim
|
||||
maintainer: its.jassy@pm.me
|
||||
license: BSD-3-Clause
|
||||
build-type: Simple
|
||||
|
||||
executable xmobar-top
|
||||
main-is: xmobar-top.hs
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall -threaded
|
||||
build-depends: base,
|
||||
xmobar
|
||||
default-language: Haskell2010
|
||||
|
||||
-- executable xmobar-bottom
|
||||
-- main-is: xmobar-bottom.hs
|
||||
-- hs-source-dirs: src
|
||||
-- ghc-options: -Wall -threaded
|
||||
-- build-depends: base,
|
||||
-- xmobar
|
||||
-- default-language: Haskell2010
|
Loading…
Add table
Add a link
Reference in a new issue