dotfiles/.config/systemd/user/swaybg.service

11 lines
189 B
Desktop File

[Unit]
Description=Background program for wlroots-based compositors
BindsTo=hypr-session.target
[Service]
Type=simple
ExecStart=swaybg -c "#1e1e1e"
[Install]
WantedBy=hypr-session.target