From a40e6470bb076f3fb3e620f297d140cd9e7739a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Geel=20Weirs=C3=B8e?= Date: Mon, 1 Dec 2025 08:53:19 +0100 Subject: [PATCH] Removes incorrect stuff --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c9eb95f..e7dcf8a 100644 --- a/readme.md +++ b/readme.md @@ -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:**