dotfiles/scripts/eww-playerctl-download-image

5 lines
101 B
Plaintext
Raw Normal View History

2023-04-23 18:55:30 +02:00
#!/usr/bin/env bash
cat | xargs -I '%' curl '%' -o /tmp/mpris-thumb 2>&1 | echo "/tmp/mpris-thumb"