From d6c297a6ba8fc64ef1c7fb5a1fff061d8a79e137 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 19 Sep 2022 12:27:17 -0500 Subject: [PATCH] make wezterm slightly transparent --- dotfiles/wezterm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/wezterm/default.nix b/dotfiles/wezterm/default.nix index 3be3dbc..7e218bf 100644 --- a/dotfiles/wezterm/default.nix +++ b/dotfiles/wezterm/default.nix @@ -6,6 +6,7 @@ -- anything in https://wezfurlong.org/wezterm/colorschemes/index.html -- another good one: BlulocoDark color_scheme = "HorizonDark (Gogh)", + window_background_opacity = 0.95, hide_tab_bar_if_only_one_tab = true,