BHSPitMonkey / remarkable-lcars

A dynamic LCARS-inspired sleep screen generator for the reMarkable 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reMarkable LCARS: A dynamic suspend screen for your reMarkable tablet

Installation

Over an SSH session, checkout this repository on your device and run:

make install

from this directory.

Configuration

After installation, edit /opt/etc/remarkable-lcars.conf and add an API key from your OpenWeather account, as well as your latitude/longitude coordinates and preferred units.

Usage

After installation, your suspended.png image will be replace automatically every day (at the time specified in remarkable-lcars.timer).

You can also run it manually at any time:

systemctl start remarkable-lcars.service

Or, if you want to output the PNG to a custom destination:

remarkable-lcars [DESTINATION]

License

TBD (All rights reserved)

About

A dynamic LCARS-inspired sleep screen generator for the reMarkable 2


Languages

Language:Shell 90.4%Language:Makefile 9.6%