Skip to content

Tray-only UI #67

Description

@Mathnerd314

Spinout tracking issue from #42.

For the GUI and system tray, there are various options:

  • Toaster notifications (current)
  • Tray icon that changes
  • Audible sounds
  • Popups

Of these the tray-icon that changes seems like a good choice - unobtrusive but visible. The problem is that cross-platform GUI integration is hard.

So in #42 I build a tray-only system using Fyne:
image

Fyne doesn't work with sway though. Currently the code uses beeep, but this only supports notifications, alerts and beeps, it doesn't do anything with tray. So this is blocked on finding a decent cross-platform / cross-desktop-environment Go tray library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions