.s/scripts/songnotification

5 lines
161 B
Plaintext
Raw Normal View History

2022-10-25 22:13:43 -06:00
#!/bin/sh
song=$(playerctl metadata --format "{{ title }}\n{{ artist }}\n{{ album }}")
2022-10-26 00:46:30 -06:00
notify-send "Now Playing" "$song" #--icon=~/.config/spotifyd/penguin.jpg
2022-10-25 22:13:43 -06:00