mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 03:04:20 +02:00
9 lines
192 B
Desktop File
9 lines
192 B
Desktop File
[Unit]
|
|
Description=Status bar for i3
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=%h/.config/i3/bin/polybar
|
|
ExecStop=%h/.local/bin/polybar-msg cmd quit
|
|
Restart=on-failure
|