Skip to content

sermuns/silence-interrupter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silence-interrupter

release-badge Version info

For when you're too deeply locked in, and just need that adrenaline-kick every so often.

Features

  1. Will play a random "brainrot"-sound every so often, according to the random time interval you specify.

Usage

Install

cargo install silence-interrupter

or

cargo binstall silence-interrupter

or 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

Make it always run in the background

A good(bad) idea is to create a systemd service so it auto-starts with your login session:

  1. Create ~/.config/systemd/user/silence-interrupter.service with 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
  2. Enable and start the service:

    systemctl --user enable --now silence-interrupter
  3. Welcome to your new life!

Contributing

We need more sounds. Please contribute!

Disclaimer

This project is 100% certified human-slop. No artificial intelligence was used in the making of this.

brainmade

About

Play brainrot sounds at random time intervals, keeping you on edge.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors