Skip to content

Commit

Permalink
Fix cabal checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Jun 14, 2024
1 parent 5f31ef5 commit e1ffcca
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion systranything.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,27 @@ license: MIT
license-file: LICENSE
category: Desktop
build-type: Simple
tested-with:
GHC == 9.2.8,
GHC == 9.4.5,
GHC == 9.6.2
description:

tested-with: GHC == 9.2.8, GHC == 9.4.5, GHC == 9.6.2
`systranything` lets you put anything in your system tray. It is supported by
all destop environment that implements the
<https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierHost/
StatusNotifierHost specification> from <https://www.freedesktop.org/wiki/
freedesktop.org>

It uses a YAML file which describes the icon to put in the system tray along
a context menu and callbacks to be executed in a shell.

The menu can contain labels, separators, submenus, checkboxes and
radiobuttons. Scroll events can be triggered on the main icon.

source-repository head
type: git
location: https://github.com/jecaro/systranything.git

executable systranything
main-is:
Expand Down

0 comments on commit e1ffcca

Please sign in to comment.