service/notifications: add notifications service

This commit is contained in:
outfoxxed 2024-07-10 12:27:10 -07:00
parent 79cbfba48a
commit d630cc7f76
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
15 changed files with 1249 additions and 0 deletions

View file

@ -0,0 +1,4 @@
name = "Quickshell.Services.Notifications"
description = "Types for implementing a notification daemon"
headers = [ "qml.hpp", "notification.hpp" ]
-----