diff --git a/.config/systemd/user/powerline-daemon.service b/.config/systemd/user/powerline-daemon.service new file mode 100644 index 0000000..94336b6 --- /dev/null +++ b/.config/systemd/user/powerline-daemon.service @@ -0,0 +1,10 @@ +[Unit] +Description=Daemon that improves powerline performance +After=display-manager.service + +[Service] +ExecStart=/usr/bin/powerline-daemon --foreground --replace +Restart=always + +[Install] +WantedBy=default.target