Files
dotfiles/i3/scripts/current_track
2018-09-04 14:39:42 +02:00

5 lines
85 B
Bash
Executable File

#!/bin/bash
eval $($(dirname $0)/sp eval)
echo ${SPOTIFY_ARTIST} - ${SPOTIFY_TITLE}