packages feed

hgreet-0.1.0.0: README.md

# HGreet
## Haskell package to interact with the greetd daemon trough it's IPC protocol.
This package provides a module to interact with the greetd daemon trough it's IPC protocol.

It is intended as a simple abstraction layer for the IPC protocol, and is NOT a greeter in and of itself.

For an example of a working greeter based on this, see [hgreet-example](https://github.com/Vawlpe/hgreet/tree/main/hgreet-example).

## License
HGreet, a haskell package to interact with the greetd daemon trough it's IPC protocol.

Copyright (C) 2022  Hazel (Vawple)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.