quick-lofi-demo.webm
- Play lofi and any other sound with one click
 - Global keyboard shortcuts for quick control
 - Volume control directly from pop-up menu
 - Drag and drop to rearrange radio stations
 - Adjustable pop-up height
 
This extension requires mpv. Install it using your package manager:
# Fedora
sudo dnf install mpv# Debian/Ubuntu
sudo apt install mpv# Arch
sudo pacman -S mpv# openSUSE
sudo zypper install mpvVia EGO
- Install from the extension page using the browser integration or the Extension Manager.
 
- 
Download
quicklofi@eucaue.zipfrom the releases page. - 
Run in the same folder:
gnome-extensions install --force quicklofi@eucaue.zip
 - 
Log out and back in.
 
You’re installing the latest release, which may not work on older GNOME versions, check the release notes. Requires
NodeandNPM.
- 
Clone the repository:
git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git
 - 
Install dependencies:
npm install
 - 
Build and install:
npm run compile-schemas && npm run prod:install - 
Log out and back in.
 
Requires
NodeandNPM.
Set up a local environment to work on the extension:
- 
Clone the repository:
git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git cd gnome-shell-extension-quick-lofi - 
Install dependencies:
npm install
 - 
Build and run the extension in a nested GNOME Wayland session:
npm run dev
 
Contributions are always welcome! 💡
- Fork the repository and create a new branch for your changes.
 - Make your improvements whether it’s fixing a bug, improving code, or adding a feature.
 - Commit and push your changes to your branch.
 - Open a pull request with a short description of what you’ve done.
 - If you find any bugs or have ideas, feel free to open an issue anytime!
 
