Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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