mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
dd485faf9e17800e5dc13d6453615ad6d8c69a6f
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
- Run
systemctl --user enable --now gotify-dunst.service(no sudo) - Open
~/.config/gotify-dunst/gotify-dunst.confin 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. - Run
systemctl --user restart gotify-dunst.service. - (optionally) You can check the status of the service with
systemctl --user status gotify-dunst.service.
Languages
Python
72.4%
Makefile
27.6%