KevinSilvester / wezterm-config

My wezterm config
MIT License
394 stars 104 forks source link

How do i stop the image from enlarging to fit the terminal? #29

Closed ngomkhang134 closed 1 day ago

ngomkhang134 commented 2 days ago

i want to see the whole image in the terminal, but it keeps enlarging to fit it.

ngomkhang134 commented 2 days ago

and also how do i blur the background .

KevinSilvester commented 1 day ago

Hey @ngomkhang134, I think you should take a look at the Layer Definintion options. It defines the how each of the background layers fit on the screen. Try the different options and see what works for you.

I don't know if blurring the background is possible.

ngomkhang134 commented 1 day ago

i found it https://wezfurlong.org/wezterm/config/lua/config/win32_system_backdrop.html

but where should i paste it?

KevinSilvester commented 1 day ago

I think the best place would be in the appearance.lua. Something like this

   -- background
   win32_system_backdrop = 'Acrylic', 
   background = {
      ... 
   }, 
ngomkhang134 commented 1 day ago

it doesn't work on my windows laptop, what's it like on your end?

KevinSilvester commented 1 day ago

Just tried it now and it's not working for me either. it's working on the title bar but not the rest of the terminal