diff --git a/.wezterm.lua b/.wezterm.lua index 5ced0dc..612d228 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -25,4 +25,14 @@ end) config.font = wezterm.font("mononoki") config.font_size = 15 +config.use_fancy_tab_bar = false +config.tab_bar_at_bottom = true + +config.window_padding = { + left = "1cell", + right = "1cell", + top = 0, + bottom = 0, +} + return config diff --git a/starship.toml b/starship.toml index c4e418e..5b763c8 100644 --- a/starship.toml +++ b/starship.toml @@ -14,7 +14,7 @@ style = "bold green" [character] success_symbol = "[╰─(✿ ◕ ᴗ◕\\)つ━━✫・*。](dimmed)" -error_symbol = "[╰─](dimmed)[ Ψ\\(`_´ # \\)↝](red)" +error_symbol = "[╰─](dimmed)[ Ψ\\(`_´ # \\)↝ ](red)" vimcmd_symbol = "[❮](green)" [git_branch]