mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
874e177b8f
This should ensure that the IPC socket to get i3 workspaces works on polybar startup In reality this doesn't help because systemd marks the service as active before the socket file is created, so startup is still racy
13 lines
247 B
Desktop File
13 lines
247 B
Desktop File
[Unit]
|
|
Description=Polybar
|
|
Requires=graphical-session.target
|
|
After=graphical-session.target pulseaudio.socket i3.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/polybar --reload --log=warning %i
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=desktop.target
|