polybar-dwm/contrib/polybar-git.aur/polybar.install
2017-01-02 02:32:16 +01:00

13 lines
248 B
Plaintext

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