.s/scripts/songnotification

5 lines
163 B
Plaintext
Raw Normal View History

2022-10-26 00:13:43 -04:00
#!/bin/sh
2023-01-21 01:57:41 -05:00
#song=$(playerctl metadata --format "{{ title }}\n{{ artist }}\n{{ album }}")
#notify-send "Now Playing" "$song" #--icon=~/.config/spotifyd/penguin.jpg
2022-10-26 00:13:43 -04:00