mirror of
https://github.com/polybar/polybar.git
synced 2026-02-09 22:25:41 +00:00
cmake: Install zsh compdef
This commit is contained in:
@ -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)
|
||||
Reference in New Issue
Block a user