lucas-dclrcq / waybar-miniflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waybar Miniflux Applet

This small tool fetch unread counter from miniflux and format it for Waybar

How to

  1. Install cli : go install git@github.com:lucas-dclrcq/waybar-miniflux.git
  2. Add the following to your waybar configuration
  "custom/miniflux": {
    "exec": "~/go/bin/miniflux --url MINIFLUX_URL --token MINIFLUX_API_TOKEN",
    "format": "{} \uf09e",
    "tooltip": true,
    "return-type": "json",
    "interval": 300
  },
  1. Reload waybar

About


Languages

Language:Go 100.0%