dotfiles/eww/scripts/spotify_meta
2022-05-22 15:32:36 -04:00

3 lines
82 B
Bash
Executable file

#!/usr/bin/bash
playerctl --player=spotify metadata | grep $1 | awk '{print $3}'