Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 466 Bytes

QNotifications 🚧

The goal of this library is to provide a basic notification API abstraction that supports the common features available across all platforms while not requiring any dependencies beyond those inherently required by the platform.

Features

Supports sending notifications with a given title and a text. The icon used is the app icon.

Supported platforms

  • XDG
  • macOS

Planned features

  • More platforms
  • Custom icons

PRs welcome!