Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

frank038/qt5notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

qt5notification

A python desktop notification server.

This is a linux desktop notification server. It doesn't require installation, just execute it at login (as user). Do not use this program while another notification server is running/installed.

Requirements:

  • python3
  • pyqt5
  • dbus
  • xdg

Optional, for sounds:

  • QtMultimedia (the default)
  • GSound + freedesktop sounds (for full sound event support)
  • an external audio player

Features

  • options in its config file
  • sounds: many options for enabling or disabling sounds for different kind of events
  • almost a complete support of freedesktop notification specs: actions, markup, hyperlink, etc.
  • volume style compatibility (see the config file for more)

Do not let any window manager to manage the notification position.