[UPDATED] tranparancy settings for wezterm

This commit is contained in:
Daveanand Mannie
2024-10-26 14:19:16 -04:00
parent 1b94e15ed3
commit 2e938125ed

View File

@@ -28,7 +28,7 @@ config.initial_cols = 129
--tansparent --tansparent
local is_transparent = true local is_transparent = true
config.window_background_opacity = 0.8 config.window_background_opacity = 0.8
config.text_background_opacity = 0.2 config.text_background_opacity = 0.4
--key map --key map
local act = wezterm.action local act = wezterm.action
@@ -52,7 +52,7 @@ config.keys = {
-- Set to transparent -- Set to transparent
window:set_config_overrides({ window:set_config_overrides({
window_background_opacity = 0.8, window_background_opacity = 0.8,
text_background_opacity = 0.2, text_background_opacity = 0.4,
}) })
is_transparent = true is_transparent = true
end end