mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-07-29 04:22:49 +02:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
playerctl metadata --format '{{ mpris:artUrl }}' -F | while read location; do
|
|
echo $location | cut -c 8-
|
|
done
|