Skip to content

EuCaue/gnome-shell-extension-quick-lofi

Repository files navigation

Quick Lofi

Play lofi music on your Gnome desktop with just a click!

Demo

quick-lofi-demo.webm

Dependencies

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

Installing manually the extension

  1. Clone the repo

    git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git
  2. Installing the packages

    npm install
  3. Installing the extension

    npm run compile-schemas && npm run prod

Development

  1. Clone the repo

    git clone https://github.com/EuCaue/gnome-shell-extension-quick-lofi.git
  2. Install Dependencies

    npm install
  3. Build and run the extension

    npm run dev

Made with ❤️ by EuCaue