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