Install manpage for polybar-msg

This commit is contained in:
patrick96 2022-01-24 13:26:58 +01:00 committed by Patrick Ziegler
parent 52992c588a
commit f428b7bb2f
2 changed files with 8 additions and 2 deletions

View File

@ -150,8 +150,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new `tray-foreground` setting to give hints to tray icons about what
color they should be.
([#2235](https://github.com/polybar/polybar/issues/2235))
- `polybar-msg`: For module actions, you can now also specify the module name,
- `polybar-msg`:
- For module actions, you can now also specify the module name,
action name, and optional data as separate arguments.
- Added man page
### Changed
- Polybar now also reads `config.ini` when searching for config files.

View File

@ -66,6 +66,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
COMPONENT doc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar-msg.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
COMPONENT doc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar.5
DESTINATION ${CMAKE_INSTALL_MANDIR}/man5
COMPONENT doc)