dotfiles/scripts/eww-playerctl-download-image
2023-04-23 18:55:30 +02:00

4 lines
101 B
Bash
Executable file

#!/usr/bin/env bash
cat | xargs -I '%' curl '%' -o /tmp/mpris-thumb 2>&1 | echo "/tmp/mpris-thumb"