summarylogtreecommitdiffstats
path: root/polybar-dwm.install
blob: 1575f70ef734b9e986d560fdd3bcdb00139175e7 (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/examples/config.ini \$HOME/.config/polybar/config.ini
    $ polybar example

  For more information, see https://github.com/polybar/polybar/wiki

EOF
}