💥 eww(control-center): fix notification image not being shown

This commit is contained in:
retrozinndev
2025-01-10 13:34:09 -03:00
parent 0455578dc3
commit 3c1410ec4e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
:width 96
:height 96
:visible { image != "" && image != "\{\}" ? true : false }
:style { image != "" ? "background-image: image(url('${image}'));" : "" }
:style { image != "" ? "background-image: url('${ image =~ "^file://(.*)$" || image =~ "^http(.*)://(.*)$" ? image : "${ "file://" + image }" }');" : "" }
)
(box :class "text"