feat: add configuration option for tab bar positioning
This commit is contained in:
@@ -10,6 +10,7 @@ local cur_hour = wezterm.time.now():format("%H")
|
|||||||
|
|
||||||
local hour_angle = require("funcs").get_hour_angle(cur_hour)
|
local hour_angle = require("funcs").get_hour_angle(cur_hour)
|
||||||
|
|
||||||
|
|
||||||
--- catppuccin theme
|
--- catppuccin theme
|
||||||
---@see catppuccin_documentation https://github.com/catppuccin/wezterm
|
---@see catppuccin_documentation https://github.com/catppuccin/wezterm
|
||||||
local function get_colorscheme(appearance)
|
local function get_colorscheme(appearance)
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ tabline.setup(tab_opts)
|
|||||||
local function apply_tabline_config(conf)
|
local function apply_tabline_config(conf)
|
||||||
conf.use_fancy_tab_bar = false
|
conf.use_fancy_tab_bar = false
|
||||||
conf.show_new_tab_button_in_tab_bar = false
|
conf.show_new_tab_button_in_tab_bar = false
|
||||||
|
conf.tab_bar_at_bottom = false
|
||||||
conf.tab_max_width = 64
|
conf.tab_max_width = 64
|
||||||
conf.window_padding = {
|
conf.window_padding = {
|
||||||
left = 0,
|
left = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user