update
This commit is contained in:
parent
3cd1e274b4
commit
1828174dbf
4 changed files with 8 additions and 8 deletions
|
|
@ -1,14 +1,15 @@
|
|||
[Unit]
|
||||
Description=Waybar
|
||||
Documentation=man:waybar(5)
|
||||
After=graphical-session-pre.target
|
||||
PartOf=graphical-session.target
|
||||
After=default.target
|
||||
PartOf=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/sh -lc 'until [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
|
||||
ExecStart=/usr/bin/waybar
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
WantedBy=default.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue