21 lines
363 B
Desktop File
21 lines
363 B
Desktop File
[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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|