dotfiles/.config/systemd/user/powerline-daemon.service

11 lines
212 B
SYSTEMD
Raw Normal View History

2017-07-05 21:06:20 +02:00
[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