setup custom xmobar package
This commit is contained in:
parent
1170a10612
commit
5c20a15385
6 changed files with 5 additions and 139 deletions
18
pkgs/xmobar-config/xmobar-config.cabal
Normal file
18
pkgs/xmobar-config/xmobar-config.cabal
Normal file
|
@ -0,0 +1,18 @@
|
|||
cabal-version: 3.0
|
||||
name: xmobar-config
|
||||
version: 0.1.0.0
|
||||
synopsis: A Minimalistic Text Based Status Bar
|
||||
description: my xmobar configuration
|
||||
license: BSD-3-Clause
|
||||
author: sajenim
|
||||
maintainer: its.jassy@pm.me
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue