Install manpage for polybar-msg
This commit is contained in:
parent
52992c588a
commit
f428b7bb2f
@ -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
|
- Added a new `tray-foreground` setting to give hints to tray icons about what
|
||||||
color they should be.
|
color they should be.
|
||||||
([#2235](https://github.com/polybar/polybar/issues/2235))
|
([#2235](https://github.com/polybar/polybar/issues/2235))
|
||||||
- `polybar-msg`: For module actions, you can now also specify the module name,
|
- `polybar-msg`:
|
||||||
action name, and optional data as separate arguments.
|
- For module actions, you can now also specify the module name,
|
||||||
|
action name, and optional data as separate arguments.
|
||||||
|
- Added man page
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Polybar now also reads `config.ini` when searching for config files.
|
- Polybar now also reads `config.ini` when searching for config files.
|
||||||
|
@ -66,6 +66,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar.1
|
|||||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
||||||
COMPONENT doc)
|
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
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar.5
|
||||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man5
|
DESTINATION ${CMAKE_INSTALL_MANDIR}/man5
|
||||||
COMPONENT doc)
|
COMPONENT doc)
|
||||||
|
Loading…
Reference in New Issue
Block a user