mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
13 lines
236 B
SYSTEMD
13 lines
236 B
SYSTEMD
|
[Unit]
|
||
|
Description=Polybar
|
||
|
Requires=graphical-session.target
|
||
|
After=graphical-session.target pulseaudio.socket
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/polybar --reload --log=warning %i
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=desktop.target
|