service/greetd: add greetd service

This commit is contained in:
outfoxxed 2024-06-20 15:39:49 -07:00
parent 72956185bd
commit 3573663ab6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
11 changed files with 522 additions and 4 deletions

View file

@ -0,0 +1,7 @@
name = "Quickshell.Services.Greetd"
description = "Greetd integration"
headers = [
"qml.hpp",
"connection.hpp",
]
-----