Found solution for lock screen. Add this to rc.xml
<keybind key="W-l">
<action name="Execute" command="swaylock -i /usr/share/backgrounds/solus/waves-of-blue.jpg -s fill" />
</keybind>
And replace Xfce lock with
xfconf-query --channel xfce4-session --property /general/LockCommand --set "swaylock -i /usr/share/backgrounds/solus/waves-of-blue.jpg -s fill -f" --create -t string
For background image, add new item in "Session and Startup" app (Application Autostart)
command: swaybg -i /usr/share/backgrounds/solus/waves-of-blue.jpg -m fill
trigger: on Login.