Removes incorrect stuff

This commit is contained in:
2025-12-01 08:53:19 +01:00
parent 382b5a489e
commit a40e6470bb

View File

@@ -5,7 +5,7 @@ This `gtklock` module listens for failed unlock attempts and recreates Dennis Ne
* **Animation:** Spawns a looping "Nedry" sprite at a random location on the screen.
* **Audio:** Plays the "ah ah ah, you didn't say the magic word" clip.
* **Safety:** Sprites avoid overlapping a configurable "deadzone" (e.g., your login box).
* **Performance:** Uses pre-warmed audio players for low latency and scaled images to fit any screen.
* **Performance:** Uses pre-warmed audio players for low latency
## Requirements
@@ -14,9 +14,9 @@ This `gtklock` module listens for failed unlock attempts and recreates Dennis Ne
## Build & Install
1. **Install Dependencies (Arch Linux example):**
1. **Install Dependencies:**
```bash
sudo pacman -S meson ninja rust gtk3 gstreamer gst-plugins-base gst-plugins-good gst-libav
sudo pacman -S meson ninja rust gtk3 gstreamer gst-plugins-base gst-plugins-good
```
2. **Build:**