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

12 lines
237 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
2022-08-28 10:13:22 +02:00
ExecStop=%h/.nix-profile/bin/polybar-msg cmd quit
2021-07-04 18:25:28 +02:00
Restart=on-failure