Files
archived-solorice/.local/bin/song-change
Kristofers Solo d13fcef806 Update 16.08.2023
2023-08-16 00:17:26 +03:00

4 lines
217 B
Bash
Executable File

#!/bin/sh
song=$(playerctl metadata --player=spotify --format "Title: {{ xesam:title }}\nArtist: {{ xesam:artist }}\nAlbum: {{ xesam:album }}")
notify-send "Music Player" "$song" --icon=~/.config/spotifyd/spotify.png