chore: update readme

This commit is contained in:
2026-01-28 17:06:06 +02:00
parent 01276ae682
commit c1273ddfc2

View File

@@ -1,28 +1,32 @@
![](asset/preview.png) ![](asset/preview.png?v=1)
# DEVICE_CONTACT # DEVICE_CONTACT
greetd greeter inspired by Deltarune. For ricing purposes or similar. greetd greeter inspired by Deltarune. For ricing purposes or similar.
***LINUX ONLY*** _**LINUX ONLY**_
## Setup ## Setup
***WARNING: THIS IS NOT SECURE.*** This project is intended for Linux ricing purposes. _**WARNING: THIS IS NOT SECURE.**_ This project is intended for Linux ricing
It will automatically log into your account because it uses plaintext credentials WHICH ARE NOT SECURE! purposes. It will automatically log into your account because it uses plaintext
credentials WHICH ARE NOT SECURE!
Put your username in `/etc/deltaboot/private/username`. Put your username in `/etc/deltaboot/private/username`.
Put your password in `/etc/deltaboot/private/password`. Put your password in `/etc/deltaboot/private/password`.
Private credentials are expected to be owned by root: Private credentials are expected to be owned by root:
- `/etc/deltaboot/private` - `chmod 700` - `u+rx` `(dr-x------)` - `/etc/deltaboot/private` - `chmod 700` - `u+rx` `(dr-x------)`
- `/etc/deltaboot/private/*` - `chmod 600` - `u+r` `(-r--------)` - `/etc/deltaboot/private/*` - `chmod 600` - `u+r` `(-r--------)`
## ASSETS ## ASSETS
This repo does not contain any Deltarune assets. You will need to obtain them manually. This repo does not contain any Deltarune assets. You will need to obtain them
manually.
See `asset/README.md` for details. See `asset/README.md` for details.
fyi: [the mit license](/LICENSE) only applies to the code in this repo, not the assets. fyi: [the mit license](/LICENSE) only applies to the code in this repo, not the
assets.