gotify-tray

A tray notification application for receiving messages from a Gotify server.


Keywords
client, cross-platform, desktop, gotify
License
GPL-3.0
Install
pip install gotify-tray==0.5.2

Documentation

Gotify Tray

A tray notification application for receiving messages from a Gotify server.

Getting started

  • Download the latest release.

  • or, install via pip:

    $ pip install gotify-tray
  • or, run from source:

    $ pip install -r requirements.txt
    $ python -m gotify_tray

Features

  • Receive gotify messages in the native notification area.
  • Reconnect after wake from sleep or losing network connection.
  • Disable notification banners for low priority messages.
  • Manually delete received messages.
  • Go through a history of all previously received messages.
  • Receive missed messages after losing network connection.

Images

Main window

Default Dark
main window default main window dark

Notification banners

Windows 10 KDE MacOS 12
notification kde_notification macos_notification
notification kde_notification

Build instructions

See BUILDING.

Requirements

  • python >=3.10