1
0
Fork 0
dotfiles/files/.config/systemd/user/polybar.service

12 lines
234 B
SYSTEMD
Raw Normal View History

2018-09-11 14:00:01 +00:00
[Unit]
Description=A fast and easy-to-use tool status bar
Requires=user-graphical-login.target
After=user-graphical-login.target
[Service]
ExecStart=/usr/bin/polybar top
Restart=always
[Install]
WantedBy=user-graphical-login.target