[UPDATED] tranparancy settings for wezterm
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user