summarylogtreecommitdiffstats
path: root/polybar.install
diff options
context:
space:
mode:
authorMichael Carlberg2017-01-02 02:44:51 +0100
committerMichael Carlberg2017-01-02 02:46:12 +0100
commit7ceb8d30d2dc4880f85b5e6940f908adbf531ca3 (patch)
treee59c9b7c989276243b4c3b03d851ea52c88f15d6 /polybar.install
parent5c52051c119340abf150e2fead6bed6e670e700a (diff)
downloadaur-7ceb8d30d2dc4880f85b5e6940f908adbf531ca3.tar.gz
revbump
Diffstat (limited to 'polybar.install')
-rw-r--r--polybar.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/polybar.install b/polybar.install
new file mode 100644
index 000000000000..6b954fb02106
--- /dev/null
+++ b/polybar.install
@@ -0,0 +1,12 @@
+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
+}