mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update kitty icons
update wezterm configuration
This commit is contained in:
@ -13,10 +13,26 @@ config.window_padding = {
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
}
|
||||
|
||||
-- window
|
||||
config.window_decorations = "RESIZE"
|
||||
config.window_background_opacity = 0.97
|
||||
config.window_background_opacity = 0.96
|
||||
config.macos_window_background_blur = 10
|
||||
config.initial_rows = 30
|
||||
config.initial_cols = 90
|
||||
|
||||
-- tab bar
|
||||
config.use_fancy_tab_bar = false
|
||||
config.tab_bar_at_bottom = true
|
||||
config.colors = {
|
||||
tab_bar = {
|
||||
background = "rgba(0,0,0,0)"
|
||||
},
|
||||
}
|
||||
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.color_scheme = "Catppuccin Mocha"
|
||||
config.font_size = 16
|
||||
|
||||
|
||||
return config
|
||||
|
Reference in New Issue
Block a user