Play lofi music on your Gnome desktop with just a click!
quick-lofi-demo.webm
The app depends on mpv
to play the music,
which you can install it with the following command:
# Fedora
sudo dnf install mpv
# Debian/Ubuntu based
sudo apt install mpv
# Arch based
sudo pacman -S mpv
Additionally, for now, it depends on the socat
package.
You can install it using the following command:
# Fedora
sudo dnf install socat
# Debian/Ubuntu based
sudo apt install socat
# Arch based
sudo pacman -S socat
-
Clone the repo
git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git
-
Installing the packages
npm install
-
Installing the extension
npm run compile-schemas && npm run prod
-
Clone the repo
git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git
-
Install Dependencies
npm install
-
Build and run the extension
npm run dev
Made with ❤️ by EuCaue