diff --git a/man/waybar-wireplumber.5.scd b/man/waybar-wireplumber.5.scd index 3cf5694..6088377 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 58e1c67..f3b7c6e 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())