From 929c817eb40f48bff74ce83fbef92e7d6627cf6f Mon Sep 17 00:00:00 2001 From: Theo Ratkin Date: Fri, 8 Aug 2025 07:55:28 -0400 Subject: [PATCH] chore(man): add playing-interval option to mpd man page --- man/waybar-mpd.5.scd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/waybar-mpd.5.scd b/man/waybar-mpd.5.scd index 84abc2e8..9ce01c4d 100644 --- a/man/waybar-mpd.5.scd +++ b/man/waybar-mpd.5.scd @@ -29,6 +29,11 @@ Addressed by *mpd* default: 5 ++ The interval in which the connection to the MPD server is retried +*playing-interval*: ++ + typeof: integer++ + default: 1000 ++ + The interval (in milliseconds) in which the playing state is updated. + *timeout*: ++ typeof: integer++ default: 30 ++