modules/power-profiles-daemon: add man page

There was no way to display the default value of format-icons without
breaking the table :(
This commit is contained in:
Félix Baylac Jacqué
2024-03-01 15:07:58 +01:00
committed by Félix Baylac Jacqué
parent 09bb6a055d
commit bddc870340
2 changed files with 73 additions and 1 deletions

View File

@ -222,6 +222,7 @@ if is_linux
'man/waybar-cpu.5.scd',
'man/waybar-memory.5.scd',
'man/waybar-systemd-failed-units.5.scd',
'man/waybar-power-profiles-daemon.5.scd',
)
elif is_dragonfly or is_freebsd or is_netbsd or is_openbsd
add_project_arguments('-DHAVE_CPU_BSD', language: 'cpp')
@ -578,4 +579,3 @@ if clangtidy.found()
'-p', meson.project_build_root()
] + src_files)
endif