polybar-dwm/contrib/polybar-dwm-module.aur/polybar-dwm-module.install
Mihir Lad 6b54ea2773 contrib: Add polybar-dwm-module PKGBUILD
Also remove other PKGBUILDs and rpm
2020-12-19 20:45:02 -05:00

13 lines
257 B
Plaintext

post_install() {
cat << EOF
Get started with the example configuration:
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
$ polybar example
For more information, see https://github.com/polybar/polybar/wiki
EOF
}