summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/polybar/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
index d49af70..9c1bc90 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -88,8 +88,9 @@ label-empty-padding = 2
[module/rss]
type = custom/script
exec = if pgrep -x newsboat >/dev/null; then echo Running; else newsboat -x print-unread | awk '{print $1}'; fi
-interval = 600
+interval = 300
click-left = $TERMINAL -e newsboat &
+click-right = newsboat -x reload &
format = <label>
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}