From 8c24921832b2b6dc95bbb41dbfe2de7ff4fcf877 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 03:44:14 +0300 Subject: update --- .config/waybar/scripts/album_art.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .config/waybar/scripts/album_art.sh (limited to '.config/waybar/scripts/album_art.sh') diff --git a/.config/waybar/scripts/album_art.sh b/.config/waybar/scripts/album_art.sh deleted file mode 100755 index 5a8cdab..0000000 --- a/.config/waybar/scripts/album_art.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -album_art=$(playerctl -p spotify_player metadata mpris:artUrl) -if [[ -z $album_art ]] -then - # spotify is dead, we should die too. - exit -fi -curl -s "${album_art}" --output "/tmp/cover.jpeg" -echo "/tmp/cover.jpeg" -- cgit v1.2.3