ranfdev / Notify

Linux client for https://ntfy.sh
GNU General Public License v3.0
48 stars 5 forks source link

FR: add tray icon #24

Open Minionflo opened 2 weeks ago

Minionflo commented 2 weeks ago

It would be nice to have a tray icon when the app is running in the background to indicate that the app is indeed running and to stop it.

ranfdev commented 1 day ago

The app requests to run in the background by using the standard freedesktop interface: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Background.html

Modern desktop environments should be compatible with this standard and show the background apps somewhere in the tray. At least GNOME does this.