1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-18 13:55:11 -05:00
polybar/contrib/polybar-git.aur/polybar.install

13 lines
257 B
Text
Raw Normal View History

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