forked from quickshell/quickshell
service/notifications: add notifications service
This commit is contained in:
parent
79cbfba48a
commit
d630cc7f76
15 changed files with 1249 additions and 0 deletions
|
@ -21,3 +21,7 @@ endif()
|
|||
if (SERVICE_UPOWER)
|
||||
add_subdirectory(upower)
|
||||
endif()
|
||||
|
||||
if (SERVICE_NOTIFICATIONS)
|
||||
add_subdirectory(notifications)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue