Changing Remarkable sleep screen

sftp root@your-remarkable-ip-address

# will take image from current directory in local machine into the current location in your remarkable 
put suspended13.png
ssh root@your-remarkable-ip-address
mv /usr/share/remarkable/suspended.png /usr/share/remarkable/suspended_orignal.png
rm /usr/share/remarkable/suspended.png && cp  suspended13.png /usr/share/remarkable/suspended.png
systemctl restart xochitl.service
ctrl+d