Polybar systemd service

This commit is contained in:
2021-02-20 12:07:02 -05:00
parent 90a1de1a10
commit e2e6c46f98
6 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1,8 @@
[Unit]
Description=Polybar
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=%h/.config/scripts/desktop/polybar-start.sh
ExecStop=killall -q polybar