Modded some pkgs

This commit is contained in:
William 2024-08-19 12:11:13 -03:00
parent f5b3bc9654
commit 2a9cd8a73d
2 changed files with 1 additions and 17 deletions

View file

@ -6,13 +6,6 @@
extraConfig = ''
local act = wezterm.action
wezterm.on('update-right-status', function(window, pane)
local date = wezterm.strftime '%H:%M'
window:set_right_status(wezterm.format {
{ Text = date .. ' '},
})
end)
return {
disable_default_key_bindings = true,
color_scheme = "Catppuccin Mocha",
@ -35,7 +28,7 @@
active_titlebar_bg = '#303446',
inactive_titlebar_bg = '#303446',
},
hide_tab_bar_if_only_one_tab = false,
hide_tab_bar_if_only_one_tab = true,
show_new_tab_button_in_tab_bar = false,
colors = {
tab_bar = {