summarylogtreecommitdiffstats
path: root/powerline-i3-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'powerline-i3-git.install')
-rw-r--r--powerline-i3-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/powerline-i3-git.install b/powerline-i3-git.install
new file mode 100644
index 000000000000..f8a1d2d2bfc8
--- /dev/null
+++ b/powerline-i3-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ">>> To use powerline instead of i3bar, replace"
+ echo ">>> bar {"
+ echo ">>> status_command i3status"
+ echo ">>> }"
+ echo ">>> in your i3/config with this line:"
+ echo '>>> exec --no-startup-id powerline-lemonbar --i3 --height 16 -- -b -f "DejaVu Sans Mono for Powerline-10" -f "FontAwesome-10"'
+}