-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?foot
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Add this to your [plugin]
prepend_preloaders = [
{ mime = "image/svg+xml", run = "svg --bg=white" }
]
prepend_previewers = [
{ mime = "image/svg+xml", run = "svg --bg=white" }
]and do a Edit: note that the |
Beta Was this translation helpful? Give feedback.
Add this to your
yazi.toml:and do a
yazi --clear-cachebefore restarting Yazi should workEdit: note that the
--bgoption is newly introduced in #3189 and a nightly build is required at the moment