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, 0 insertions, 8 deletions
diff --git a/powerline-i3-git.install b/powerline-i3-git.install
deleted file mode 100644
index 0f583002380b..000000000000
--- a/powerline-i3-git.install
+++ /dev/null
@@ -1,8 +0,0 @@
-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_always "killall powerline-lemonbar; powerline-lemonbar --i3 --clicks --height 16 -- -a 40 -b -f \'DejaVu Sans Mono for Powerline-11\' -f \'FontAwesome-11\'"'
-}