Skip to content

adrianlshaw/rmcover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XKCD on Remarkable

This program fetches a random XKCD comic and puts it on your Remarkable's suspend screen.

Building

env GOOS=linux GOARCH=arm GOARM=7 go build -o cover.arm

Install

scp cover.arm root@remarkable-local:/home/root/
scp cover.service root@remarkable-local:/etc/systemd/system/
ssh root@remarkable-local "systemctl daemon-reload; systemctl enable cover; systemctl restart cover;"