Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vawlpe/hgreet
Haskell package to interact with the greetd daemon trough it's IPC protocol.
https://github.com/vawlpe/hgreet
greetd greeter haskell ipc unix
Last synced: 19 days ago
JSON representation
Haskell package to interact with the greetd daemon trough it's IPC protocol.
- Host: GitHub
- URL: https://github.com/vawlpe/hgreet
- Owner: Vawlpe
- License: gpl-3.0
- Created: 2022-05-20T09:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T19:00:22.000Z (over 2 years ago)
- Last Synced: 2024-10-13T15:10:48.503Z (about 1 month ago)
- Topics: greetd, greeter, haskell, ipc, unix
- Language: Haskell
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.