mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 00:05:13 +02:00
Unfortunately, this does not work as not everything is using I3SOCK (notably `i3 --get-socketpath` does not).
9 lines
193 B
Desktop File
9 lines
193 B
Desktop File
[Unit]
|
|
Description=Status bar for i3
|
|
PartOf=graphical-session.target
|
|
Requires=i3.socket
|
|
|
|
[Service]
|
|
ExecStart=%h/.config/i3/bin/polybar
|
|
ExecStop=/usr/bin/polybar-msg cmd quit
|
|
Restart=on-failure
|