update
This commit is contained in:
parent
aa488ce40c
commit
3cd1e274b4
2 changed files with 15 additions and 0 deletions
1
user/graphical-session.target.wants/waybar.service
Symbolic link
1
user/graphical-session.target.wants/waybar.service
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/ray/.config/systemd/user/waybar.service
|
||||||
14
user/waybar.service
Normal file
14
user/waybar.service
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Waybar
|
||||||
|
Documentation=man:waybar(5)
|
||||||
|
After=graphical-session-pre.target
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/waybar
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=1
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
||||||
Loading…
Add table
Add a link
Reference in a new issue