hyprland-void-dots/hypr-configs/dotfiles/eww/scripts/pollcover.sh

3 lines
114 B
Bash
Executable file

playerctl metadata --format '{{ mpris:artUrl }}' -F | while read location; do
echo $location | cut -c 8-
done