polybar: include example config

Fixes #27464
This commit is contained in:
Peter Bui 2020-12-26 23:29:12 -05:00 committed by Érico Nogueira Rolim
parent 68f1b95dd6
commit f08cd9831d

View File

@ -1,7 +1,7 @@
# Template file for 'polybar'
pkgname=polybar
version=3.5.3
revision=1
revision=2
build_style=cmake
configure_args="
-DENABLE_ALSA=$(vopt_if alsa ON OFF)
@ -52,5 +52,6 @@ fi
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/polybar
vdoc config
vlicense LICENSE
}