Background image opacity #5876
-
What Operating System(s) are you running on?macOS Which Wayland compositor or X11 Window manager(s) are you using?No response WezTerm version20240203-110809-5046fc22 Ask your question!Is there a way to change the opacity of ONLY the background image?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
If what you're looking for is simply making the background less bright, you can use the config.background = {
{
source = {
File = wezterm.home_dir .. "/Pictures/Wallpapers/mountainlion.jpg",
},
hsb = { brightness = 0.05 },
},
} Which will reduce the brightness of the picture by 95%. |
Beta Was this translation helpful? Give feedback.
-
Oh ! Wow, took me an hour to get here, how did you guys figure this out I cannot find this anywhere in the docs, even now I'm looking I'm still not finding it... |
Beta Was this translation helpful? Give feedback.
-
I am also curious did I misread something on why I would need to set a |
Beta Was this translation helpful? Give feedback.
Maybe