mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Config updates
This commit is contained in:
@@ -7,14 +7,15 @@ end
|
||||
|
||||
--config.color_scheme = 'rose-pine'
|
||||
config.color_scheme = 'nightfox'
|
||||
|
||||
-- Font
|
||||
config.font = wezterm.font_with_fallback {
|
||||
'JetBrains Mono',
|
||||
'nonicons'
|
||||
'Inconsolata Nerd Font Mono',
|
||||
}
|
||||
config.font_size = 16.0
|
||||
|
||||
config.use_fancy_tab_bar = false
|
||||
|
||||
-- Window
|
||||
config.enable_scroll_bar = false
|
||||
config.window_padding = {
|
||||
left = 0,
|
||||
@@ -25,6 +26,10 @@ config.window_padding = {
|
||||
config.window_close_confirmation = 'NeverPrompt'
|
||||
config.window_decorations = 'TITLE'
|
||||
|
||||
-- Tab Bar
|
||||
config.show_tabs_in_tab_bar = true
|
||||
config.show_new_tab_button_in_tab_bar = false
|
||||
config.use_fancy_tab_bar = true
|
||||
config.tab_bar_at_bottom = true
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user