https://github.com/lucas-dclrcq/waybar-miniflux
https://github.com/lucas-dclrcq/waybar-miniflux
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucas-dclrcq/waybar-miniflux
- Owner: lucas-dclrcq
- Created: 2023-02-10T15:10:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T15:10:54.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:45:14.509Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waybar Miniflux Applet
This small tool fetch unread counter from miniflux and format it for [Waybar](https://github.com/Alexays/Waybar)
## How to
1. Install cli : `go install [email protected]:lucas-dclrcq/waybar-miniflux.git`
2. Add the following to your waybar configuration
```json
"custom/miniflux": {
"exec": "~/go/bin/miniflux --url MINIFLUX_URL --token MINIFLUX_API_TOKEN",
"format": "{} \uf09e",
"tooltip": true,
"return-type": "json",
"interval": 300
},
```
3. Reload waybar