dotfiles/eww/scripts/spotify_meta

4 lines
82 B
Text
Raw Normal View History

2022-05-22 15:32:36 -04:00
#!/usr/bin/bash
playerctl --player=spotify metadata | grep $1 | awk '{print $3}'