2020-11-14 00:46:07 -05:00
2020-11-06 19:23:24 -05:00
2020-11-06 19:23:24 -05:00
2020-11-06 13:52:15 +01:00
2020-11-06 19:23:24 -05:00
2020-11-06 19:23:35 -05:00
2020-11-08 01:22:08 -05:00
2020-08-17 14:03:58 +02:00

gotify-dunst

Intro

This is a simple script for receiving Gotify messages on a Linux Desktop via dunst.

Features

  • receive messages via WebSocket
  • display it via dust (notify-send)
  • multiple priorities adopted from Gotify
  • automatic fetch of your application Images

Installation

Debian (Ubuntu, Mint, etc.)

sudo apt install git make libnotify-bin python3-websocket
git clone https://github.com/ztpnk/gotify-dunst
cd gotify-dunst
sudo make install

Arch (Manjaro)

yay -S gotify-dunst-git

Usage

  1. Run systemctl --user enable --now gotify-dunst.service (no sudo)
  2. Open ~/.config/gotify-dunst/gotify-dunst.conf in your favorite text editor. Modify the domain to your instance of Gotify and modify the token to a client token you get from the Gotify web app.
  3. Run systemctl --user restart gotify-dunst.service.
  4. (optionally) You can check the status of the service with systemctl --user status gotify-dunst.service.
Description
No description provided
Readme GPL-3.0 101 KiB
Languages
Python 72.4%
Makefile 27.6%