nvim+tmux tweaks
This commit is contained in:
+1
-1
@@ -557,7 +557,7 @@ local function makespec_lualine()
|
||||
lualine_z = {
|
||||
{
|
||||
"tabs",
|
||||
mode = 2,
|
||||
mode = 0,
|
||||
tabs_color = { active = "lualine_a_command" },
|
||||
},
|
||||
},
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ set -g status-position "bottom"
|
||||
set -g status-style bg=default,fg=default
|
||||
set -g status-justify "left"
|
||||
set -g status-left "${default_color}#{?client_prefix,,${indicator}}#[bg=${bg_highlight},fg=${fg_active_window},bold]#{?client_prefix,${indicator},}${default_color}"
|
||||
set -g status-right "#S"
|
||||
set -g status-right "session #S - %H:%M %d/%m/%y"
|
||||
set -g window-status-format " ${window_status_format}#{?window_zoomed_flag, ,}"
|
||||
set -g window-status-current-format "#[fg=${bg_active_window}]#[bg=${bg_active_window},fg=${fg_active_window}]${window_status_format}#{?window_zoomed_flag,${expanded_icon},}#[fg=${bg_active_window},bg=default]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user