eww(mediaplayer): add image path support for album art

This commit is contained in:
retrozinndev
2025-01-09 22:50:24 -03:00
parent 0e7f0cd3fb
commit a14034035e
10 changed files with 32 additions and 102 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
(defwindow floating-media []
:monitor 0
:geometry (geometry :anchor "top center"
:width "450px")
:width "460px")
:exclusive false
:stacking "fg"
:focusable false
@@ -13,7 +13,7 @@
&& json_media.artist == "null") ? false : true }
(big-media :show-album-bg true
:album-image-size 124
:album-image-size 128
:show-album-image true
:style "margin: 16px; margin-top: 0; box-shadow:
0 5px 6px 1px rgba(0, 0, 0, .6),