Removes incorrect stuff
This commit is contained in:
@@ -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.
|
* **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.
|
* **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).
|
* **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
|
## Requirements
|
||||||
|
|
||||||
@@ -14,9 +14,9 @@ This `gtklock` module listens for failed unlock attempts and recreates Dennis Ne
|
|||||||
|
|
||||||
## Build & Install
|
## Build & Install
|
||||||
|
|
||||||
1. **Install Dependencies (Arch Linux example):**
|
1. **Install Dependencies:**
|
||||||
```bash
|
```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:**
|
2. **Build:**
|
||||||
|
|||||||
Reference in New Issue
Block a user