mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 03:58:51 +02:00
9 lines
174 B
SYSTEMD
9 lines
174 B
SYSTEMD
|
[Unit]
|
||
|
Description=Status bar for i3
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/.config/i3/bin/polybar
|
||
|
ExecStop=/usr/bin/polybar-msg cmd quit
|
||
|
Restart=on-failure
|