♻️ eww(scripts/mediaplayer): handle artUrl type on script instead of yuck

This commit is contained in:
retrozinndev
2025-01-10 20:02:18 -03:00
parent 2ffd3b3551
commit 3edc080e0f
4 changed files with 13 additions and 13 deletions
-5
View File
@@ -52,11 +52,6 @@
(defpoll notification_modes :interval "1s"
`makoctl mode | xargs`)
(defpoll media_shuffle_status :interval "1.5s"
:run-while { json_media.player != ""
&& json_media.player != "null" }
`playerctl shuffle`)
(defpoll is_recording :interval "1s"
`sh -c "[[ -f $HOME/.cache/recording.lock ]] && echo true || echo false"`)