mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 19:28:34 +02:00
11 lines
237 B
Desktop File
11 lines
237 B
Desktop File
[Unit]
|
|
Description=Status bar for i3
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
WatchdogSignal=SIGTERM
|
|
ExecStart=%h/.config/i3/bin/polybar
|
|
ExecStop=%h/.nix-profile/bin/polybar-msg cmd quit
|
|
Restart=on-failure
|