From 9ac811a163d83e9678320e48557abe8b868571f2 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 28 Feb 2024 13:17:20 +0100 Subject: [PATCH] Open Miniflux when the unread entries block is clicked. --- .config/i3status-rust/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index d06db7a..4dc2f69 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -14,6 +14,9 @@ command = "miniflux-unread-entries" format = "^icon_bell $text.pango-str()" interval = 600 hide_when_empty = true +[[block.click]] +button = "left" +cmd = "xdg-open https://rss.azedia.lan" [[block]] block = "time"