mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
12 lines
255 B
Text
12 lines
255 B
Text
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/jaagr/polybar/wiki
|
|
|
|
EOF
|
|
}
|