summarylogtreecommitdiffstats
path: root/polybar.install
blob: 03368ec9c8dec997984d8c03d4305112d7ffa0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}