diff options
author | awy <awy@awy.one> | 2025-08-06 04:19:35 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-06 04:19:35 +0300 |
commit | 48a408cf89d6ac5f3877cf4ff0b064e7e6fe154b (patch) | |
tree | e9e807d8ba28bdcd9fef2e130d6e104ef0ea5ff5 /.local/bin/rmpcover | |
parent | 1ea75b004d91f6addeb2b89f8934f0c6202bd048 (diff) | |
download | hyprdots-48a408cf89d6ac5f3877cf4ff0b064e7e6fe154b.tar.gz |
rmpcover script fix
Diffstat (limited to '.local/bin/rmpcover')
-rwxr-xr-x | .local/bin/rmpcover | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/rmpcover b/.local/bin/rmpcover index f737dd1..5ce77c4 100755 --- a/.local/bin/rmpcover +++ b/.local/bin/rmpcover @@ -3,4 +3,4 @@ prefix="/mnt/ssd/music" albumdir=$(rmpc song | jq -r '.file' | sed 's#/[^/]*$##') final=$(fd . -e jpg -e png -t f "$prefix/$albumdir/" | head -n 1) -echo $final +echo "$final" |