💥 eww(control-center): fix notification image not being shown
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
:width 96
|
:width 96
|
||||||
:height 96
|
:height 96
|
||||||
:visible { image != "" && image != "\{\}" ? true : false }
|
: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"
|
(box :class "text"
|
||||||
|
|||||||
@@ -50,7 +50,6 @@
|
|||||||
:prepend-new false
|
:prepend-new false
|
||||||
:class "systray"
|
:class "systray"
|
||||||
)
|
)
|
||||||
(hardware)
|
|
||||||
(audio)
|
(audio)
|
||||||
(battery)
|
(battery)
|
||||||
(network)
|
(network)
|
||||||
|
|||||||
Reference in New Issue
Block a user