Open Miniflux when the unread entries block is clicked.
This commit is contained in:
parent
1d291bd39f
commit
9ac811a163
|
@ -14,6 +14,9 @@ command = "miniflux-unread-entries"
|
||||||
format = "^icon_bell <span color='#D2B83A'>$text.pango-str()</span>"
|
format = "^icon_bell <span color='#D2B83A'>$text.pango-str()</span>"
|
||||||
interval = 600
|
interval = 600
|
||||||
hide_when_empty = true
|
hide_when_empty = true
|
||||||
|
[[block.click]]
|
||||||
|
button = "left"
|
||||||
|
cmd = "xdg-open https://rss.azedia.lan"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
|
|
Loading…
Reference in New Issue