summarylogtreecommitdiffstats
path: root/powerline.install
diff options
context:
space:
mode:
Diffstat (limited to 'powerline.install')
-rw-r--r--powerline.install17
1 files changed, 8 insertions, 9 deletions
diff --git a/powerline.install b/powerline.install
index 2a1aa34922e8..5318cc011f0f 100644
--- a/powerline.install
+++ b/powerline.install
@@ -1,8 +1,5 @@
post_install() {
- echo "Updating font cache..."
- fc-cache -f
-
- echo "
+ cat <<EOF
IMPORTANT
=========
@@ -34,10 +31,12 @@ Tmux installation
Add the following line to your ~/.tmux.conf:
source '/usr/share/tmux/powerline.conf'
-"
-}
-post_remove() {
- echo "Updating font cache..."
- fc-cache -f
+Systemd service
+---------------
+
+An user service has been installed, enable with:
+
+ systemctl --user --now enable powerline-daemon
+EOF
}