For when you're too deeply locked in, and just need that adrenaline-kick every so often.
- Will play a random "brainrot"-sound every so often, according to the random time interval you specify.
Install
cargo install silence-interrupteror
cargo binstall silence-interrupteror download latest release
and run it, here's the usage:
Play brainrot sounds at random time intervals, keeping you on edge.
Usage: silence-interrupter [OPTIONS] --range <START>..<END>
Options:
-r, --range <START>..<END> Possible random time range
-g, --gain <GAIN> [default: 1]
-h, --help Print help
-V, --version Print version
A good(bad) idea is to create a systemd service so it auto-starts with your login session:
-
Create
~/.config/systemd/user/silence-interrupter.servicewith the contents[Unit] Description=silence-interrupter [Service] Type=simple ExecStart=%h/.cargo/bin/silence-interrupter --range 1m..10m # or whatever range you want Restart=on-failure [Install] WantedBy=default.target
-
Enable and start the service:
systemctl --user enable --now silence-interrupter -
Welcome to your new life!
We need more sounds. Please contribute!
This project is 100% certified human-slop. No artificial intelligence was used in the making of this.
