.s/scripts/songnotification
2022-10-26 00:48:19 -06:00

5 lines
161 B
Bash
Executable File

#!/bin/sh
song=$(playerctl metadata --format "{{ title }}\n{{ artist }}\n{{ album }}")
notify-send "Now Playing" "$song" #--icon=~/.config/spotifyd/penguin.jpg