A simple script to launch blockify with spotify and automatically minimize without any fuzz
Linux only for now.
- Spotify Linux: Download from below links
- Blockify
- Pulseaudio
if you have a functioning audio system you probably have pulseaudio installed
Manjaro 20 with the default installation of spotify from AUR and blockify
git clone https://github.com/br0wnboi/autoblockify
cd autoblockify
chmod +x ./autoblockify.sh
./autoblockify.sh
This is my first bash script made for personal use, apologies for the messy code