A simple notification tool for Linux that displays the currently playing song on Spotify and provides console updates.
- Fetches currently playing song details from Spotify.
- Sends desktop notifications with song title and artist.
- Displays remaining playback time in the console.
- Python 3
- Git
- a discord account in discord.gg/lanyard
-
Clone the repository:
git clone https://github.com/wlfyzz/spotify-notifications-linux ~/
-
Run the script to set up:
python3 setup.py
-
Ensure the script is executable:
chmod +x ~/.local/bin/spotify-notify
-
Add the script to your PATH (if not already):
export PATH="$PATH:$HOME/.local/bin"
Run the notifier script:
~/.local/bin/spotify-notify
- This script is designed for Linux environments.
- Ensure you have the required permissions to send notifications.
This project is open-source and available under the MIT License.