A GNOME Shell Extension to quickly show and load EasyEffects Presets from top panel
EasyEffects (formerly known as PulseEffects) is a GTK4 application to apply multiple filters and audio effects to your audio inputs (microphone) and outputs (speaker, headphone etc.). It lets users to download community presets or create their own. Installed presets can be viewed and selected from EasyEffect GUI or using terminal commands.
This GNOME Extension lets users to quickly view and select the preset they want right from the GNOME Shell Status Bar without opening the EasyEffects App or typing commands on the terminal.
This Extension depends on EasyEffects to function. It makes use of command-line options easyeffects -p and easyeffects -l.
Both Flatpak and non-flatpak versions of EasyEffects are supported.
-
To be able to install extensions from extensions website, you need to have:
chrome-gnome-shellpackage (from your package manager) (regardless of what you use as browser firefox or chromium based this package works for all of them)- GNOME Shell Integration add-on for your browser - for chromium , for firefox
-
Note: Because of the review process, new versions on the GNOME Extensions Website may lag a few days behind sometimes.
- Clone the repository:
git clone https://github.com/ulville/eepresetselector.git
- Copy
eepresetselector@ulville.github.iodirectory to~/.local/share/gnome-shell/extensions/
cp -r eepresetselector/eepresetselector@ulville.github.io ~/.local/share/gnome-shell/extensions/
- Log out and login.
- Enable the extension from GNOME Extensions app.
- Clone the repository as stated above.
- Run install script:
cd eepresetselector
chmod +x install.sh
./install.sh
- You can find all the information here
The extension shows text as parsed from the output of EasyEffects' command-line interface so it already comes in the system language (If supported by EasyEffects).

