@hackage / happindicator3

Binding to the appindicator library.

Latest0.2.1

About

Metadata

  • Last updated , by mlacorte
  • License LGPL-2.1-only
  • Categories GUI
  • Maintained by: mlacorte365@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    demo (off by default)

    Builds the demo application

Readme

happindicator3

This project is a fork of the original happindicator library which provided bindings to Ubuntu's AppIndicator library.

happindicator3 uses a simplified build system and is compatible with the gtk3 library, as opposed to happindicator which required the older gtk library.

While not 100% identical to happindicator, the happindicator3 API has stayed largely backwards compatible with the original happindicator.

Build Notes

This package requires appindicator3-0.1 and its development files to be installed.

The included demo application can be built by passing the "demo" flag to Cabal.

Documentation

Please refer to the API docs available on Hackage.

Example

A simple demo application can be found at demo/Main.hs.