'.config/systemd/user/waybar.service' hinzufügen
This commit is contained in:
parent
2bb0ad0b90
commit
324885d568
1 changed files with 21 additions and 0 deletions
21
.config/systemd/user/waybar.service
Normal file
21
.config/systemd/user/waybar.service
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[Unit]
|
||||
Description=Panel for wayland/wlroots compositor
|
||||
After=hikari.service
|
||||
Wants=hikari.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/waybar --config /home/<USER>/.config/waybar/config-default.conf --style /home/<USER>/.config/waybar/style-default.css
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
ExecReload=killall -SIGUSR2 waybar
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue