From 149d43f2bd5976e0bc886a8265a81ddf872575ad Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 17 May 2025 22:03:13 +0100 Subject: Fix yambar newsboat tag & calendar/audio actions --- dot-config/yambar/scripts/newsboat-open | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dot-config/yambar/scripts/newsboat-open (limited to 'dot-config/yambar/scripts/newsboat-open') diff --git a/dot-config/yambar/scripts/newsboat-open b/dot-config/yambar/scripts/newsboat-open new file mode 100755 index 0000000..b2ebf56 --- /dev/null +++ b/dot-config/yambar/scripts/newsboat-open @@ -0,0 +1,4 @@ +#!/bin/sh + +footclient -T 'newsboat' newsboat +newsboat -x print-unread > ~/.cache/unread -- cgit