5 lines
162 B
Bash
Executable File
5 lines
162 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
|
|
|