From 18a2b90fc0cb027464c68f41819bf1c9a48a409e Mon Sep 17 00:00:00 2001 From: Denis Drakhnia Date: Tue, 11 Apr 2023 08:09:01 +0300 Subject: [PATCH] fix: generate wireplumber module man page --- man/waybar-wireplumber.5.scd | 2 +- meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/man/waybar-wireplumber.5.scd b/man/waybar-wireplumber.5.scd index 3cf5694d..60883774 100644 --- a/man/waybar-wireplumber.5.scd +++ b/man/waybar-wireplumber.5.scd @@ -15,7 +15,7 @@ The *wireplumber* module displays the current volume reported by WirePlumber. default: *{volume}%* ++ The format, how information should be displayed. This format is used when other formats aren't specified. - *format-muted*: ++ +*format-muted*: ++ typeof: string ++ This format is used when the sound is muted. diff --git a/meson.build b/meson.build index 58e1c672..f3b7c6e4 100644 --- a/meson.build +++ b/meson.build @@ -430,6 +430,7 @@ if scdoc.found() 'waybar-bluetooth.5.scd', 'waybar-sndio.5.scd', 'waybar-upower.5.scd', + 'waybar-wireplumber.5.scd', ] if (giounix.found() and not get_option('logind').disabled())