mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
7 lines
120 B
CMake
7 lines
120 B
CMake
|
#
|
||
|
# Bash completion template
|
||
|
#
|
||
|
install(FILES polybar
|
||
|
DESTINATION share/bash-completion/completions
|
||
|
COMPONENT tools)
|