mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
cmake: Install zsh compdef
This commit is contained in:
parent
e0688307f3
commit
b8545cbbd1
2 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# Generate configuration file
|
||||
#
|
||||
|
||||
add_subdirectory(zsh)
|
||||
|
||||
set(MODULES_LEFT "bspwm i3 xwindow")
|
||||
set(MODULES_CENTER "")
|
||||
set(MODULES_RIGHT "backlight volume xkeyboard memory cpu wlan eth battery temperature date powermenu")
|
||||
|
|
7
doc/zsh/CMakeLists.txt
Normal file
7
doc/zsh/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Zsh completion template
|
||||
#
|
||||
|
||||
install(FILES _polybar
|
||||
DESTINATION share/zsh/site-functions
|
||||
COMPONENT tools)
|
Loading…
Reference in a new issue