name: xbattbar version: 0.2 synopsis: Simple battery indicator homepage: https://github.com/polachok/xbattbar license: MIT license-file: LICENSE author: Alexander Polakov maintainer: plhk@sdf.org -- copyright: category: Graphics build-type: Simple cabal-version: >=1.4 description: XBattBar is a simple battery indicator for X11/Linux. It draws a vertical or horizontal bar on your screen, which displays current power and charging status with color lines. A popup window appears when mouse cursor enters the indicator area. It shows current AC status, battery level and time. executable xbattbar main-is: Main.hs other-modules: XBattBar.Types, XBattBar.Core, XBattBar.Backend, XBattBar.Widgets build-depends: base < 5, X11, select >= 0.4, old-time hs-source-dirs: src