init v.1.0.0
All checks were successful
CI / Check / Test (push) Successful in 3m40s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-06 20:11:22 +02:00
commit 15fdace324
38 changed files with 2883 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# dvd-thing
I have no idea. Was bored. created this.
runs on wayland. needs `wlr-layer-shell`, so: KDE (tested), sway, hyprland.
does **not** work on gnome, mutter doesn't implement `wlr-layer-shell` and never will, so it just
errors out on startup.
what it does?
it bounces a dvd logo around the screen, that's it.
## logo
no logo ships with this repo, the dvd logo is a trademark, not mine to hand out under MIT.
drop a png at:
~/.config/dvd-thing/logo.png
or point at one:
DVD_LOGO=/path/to/logo.png dvd-thing
white-on-transparent works best: the alpha channel is the shape, the rgb is thrown away and
replaced by the bouncing colour cycle. with no logo configured you just get a rectangle.
you can always put whatever image you want in there.
License: [MIT](./LICENSE) © 2026 Gabriel Kaszewski