vincentbernat.i3wm-configur.../dotfiles/systemd/polybar.service
Vincent Bernat b25442dfd9 polybar: add back disk module
I am using my own compiled version of polybar.
2021-07-11 11:27:37 +02:00

8 lines
179 B
Desktop File

[Unit]
Description=Status bar for i3
PartOf=graphical-session.target
[Service]
ExecStart=%h/.config/i3/bin/polybar
ExecStop=%h/.local/bin/polybar-msg cmd quit
Restart=on-failure