Relax to lo-fi tunes with just a click. You need MPV and socat for this extension to work. Fedora: sudo dnf install mpv socat Ubuntu: sudo apt install mpv socat Arch Linux: sudo pacman -S mpv socat
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `icons/icon-paused-symbolic (Copy).svg`: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Please remove the timeout in the same class (line 124 `extension.js`) not in line 306. You can create `Player.destroy()` and do it in there. Also no need to use `dispose()` instead of `destroy()` in line 301. You can still use `destroy()` and then do this at the end of `destroy()` function: ```js super.destroy(): ```