1
0

Update README.md

This commit is contained in:
m11
2026-01-28 22:19:01 +00:00
parent 5c097d612c
commit 59d282b3cc

View File

@@ -6,10 +6,13 @@ Animationen für die Decken-LED-Matrix im Chaospott. Kompatibel zu pixelserver2.
Wrapper script for https://codeberg.org/polyfloyd/shady Wrapper script for https://codeberg.org/polyfloyd/shady
go install github.com/polyfloyd/shady/cmd/shady@latest ```go install github.com/polyfloyd/shady/cmd/shady@latest```
### Preview with https://codeberg.org/polyfloyd/ledcat: Note: Make sure that the executable ends up somewhere in $PATH
## Preview with https://codeberg.org/polyfloyd/ledcat:
```
cargo install ledcat cargo install ledcat
export EGL_PLATFORM=surfaceless export EGL_PLATFORM=surfaceless
@@ -17,4 +20,5 @@ export MESA_GL_VERSION_OVERRIDE=3.3
export LEDCAT_GEOMETRY=80x40 export LEDCAT_GEOMETRY=80x40
./shady.sh 80 40 20 | ledcat -f 20 show ./shady.sh 80 40 20 | ledcat -f 20 show
```
Ledcat preview works for all apps. (Not just shady,)