mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
4 lines
217 B
Bash
Executable File
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
|