mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
13 lines
248 B
Text
13 lines
248 B
Text
|
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
|
||
|
}
|