vincentbernat.i3wm-configur.../dotfiles/systemd/polybar.service

12 lines
231 B
SYSTEMD
Raw Normal View History

2021-07-04 18:25:28 +02:00
[Unit]
Description=Status bar for i3
PartOf=graphical-session.target
[Service]
Type=notify
NotifyAccess=all
WatchdogSignal=SIGTERM
2021-07-04 18:25:28 +02:00
ExecStart=%h/.config/i3/bin/polybar
ExecStop=%h/.local/bin/polybar-msg cmd quit
2021-07-04 18:25:28 +02:00
Restart=on-failure