Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CamilleScholtz/melonnotifier
A very simple, hackable libnotify notification daemon for X written in Go.
https://github.com/CamilleScholtz/melonnotifier
daemon dunst go libnotify notification notify suckless x xorg
Last synced: 3 months ago
JSON representation
A very simple, hackable libnotify notification daemon for X written in Go.
- Host: GitHub
- URL: https://github.com/CamilleScholtz/melonnotifier
- Owner: CamilleScholtz
- License: gpl-3.0
- Created: 2017-10-14T20:43:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T14:09:56.000Z (over 4 years ago)
- Last Synced: 2024-05-23T04:41:00.994Z (6 months ago)
- Topics: daemon, dunst, go, libnotify, notification, notify, suckless, x, xorg
- Language: Go
- Homepage:
- Size: 600 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - melonnotifier
README
[![Go Report Card](https://goreportcard.com/badge/github.com/onodera-punpun/melonnotifier)](https://goreportcard.com/report/github.com/onodera-punpun/melonnotifier)
melonnotifier - A very simple, hackable libnotify notification daemon for X
written in Go.![](https://punpun.xyz/d1VS.png)
## INSTALLATION
`go get github.com/onodera-punpun/melonnotifier`
## USAGE
So the idea is that the look of the notification is very "easy" to configure by
just modifying the source code, à la suckless.The most important parts of the notification such as the position, width and
font are configurable in `main.go` and `notification.go`.## AUTHORS
Camille Scholtz