Add waybar-styles(5) manual page

waybar(5) describes the configuration syntax but doesn't mention how
the stylesheets are handled.

This documentation would have been helpful to me as i figured out how
to configure waybar.
This commit is contained in:
Daniel Kahn Gillmor
2024-04-09 10:02:33 -04:00
parent ddc767cd81
commit 3d15b96429
3 changed files with 45 additions and 0 deletions

View File

@ -539,6 +539,14 @@ if scdoc.found()
}
)
man_files += configure_file(
input: 'man/waybar-styles.5.scd.in',
output: 'waybar-styles.5.scd',
configuration: {
'sysconfdir': prefix / sysconfdir
}
)
fs = import('fs')
mandir = get_option('mandir')
foreach file : man_files