notifications-tray-icon

[ bsd3, library, program, unclassified ] [ Propose Tags ]

Modules

  • DBus
    • DBus.Proxy
  • StatusNotifier
    • Item
      • Notifications
        • StatusNotifier.Item.Notifications.GitHub
        • StatusNotifier.Item.Notifications.OverlayIcon
        • StatusNotifier.Item.Notifications.Util

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies aeson, async, base (>=4.7 && <5), bytestring, containers, dbus, gi-dbusmenu, gi-gio, gi-glib, github (>=0.22), haskeline, hslogger, http-conduit, http-types, notifications-tray-icon, optparse-applicative, process, regex-compat, status-notifier-item (>=0.3.0.0), text, transformers (>=0.3.0.0), tuple, vector [details]
License BSD-3-Clause
Copyright 2018 Ivan Malison
Author Ivan Malison
Maintainer IvanMalison@gmail.com
Home page https://github.com/IvanMalison/notifications-tray-icon#readme
Bug tracker https://github.com/IvanMalison/notifications-tray-icon/issues
Source repo head: git clone https://github.com/IvanMalison/notifications-tray-icon
Uploaded by eyevanmalicesun at 2019-06-05T04:45:05Z
Distributions NixOS:0.1.1.0
Executables notifications-tray-icon
Downloads 623 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-06-05 [all 2 reports]

Readme for notifications-tray-icon-0.1.0.0

[back to package description]

notifications-tray-icon

notifications-tray-icon provides an SNI tray icon that polls a notification source and provides a menu with actions from that notification source. It will add an overlay to the displayed icon when new notifications are present, and call notify-send to display a notification when new notifications come in.

Sources

For the time being, github is the only supported notification source. Support for gmail and other sources should be coming soon.

Installation

For the time being, notifications-tray-icon must be installed from source using stack.