update tmux
This commit is contained in:
parent
b70688abae
commit
c7a4a1ed54
35
.tmux.conf
35
.tmux.conf
|
@ -14,36 +14,21 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @catppuccin_flavour 'macchiato' # or frappe, macchiato, mocha
|
||||
# set -g @catppuccin_flavor 'macchiato' # or frappe, macchiato, mocha
|
||||
set -g @catppuccin_flavor 'macchiato' # or frappe, macchiato, mocha
|
||||
set -g @catppuccin_window_status_style 'rounded'
|
||||
|
||||
set -g status-left ""
|
||||
|
||||
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
|
||||
set -g @catppuccin_window_left_separator ""
|
||||
set -g @catppuccin_window_right_separator " "
|
||||
set -g @catppuccin_window_middle_separator " █"
|
||||
set -g @catppuccin_window_number_position "right"
|
||||
|
||||
#set -g @catppuccin_window_default_fill "number"
|
||||
#set -g @catppuccin_window_default_text "#W"
|
||||
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
|
||||
|
||||
#set -g @catppuccin_window_current_fill "number"
|
||||
#set -g @catppuccin_window_current_text "#W"
|
||||
set -g status-right "#{E:@catppuccin_status_directory}"
|
||||
set -ag status-right "#{E:@catppuccin_status_user}"
|
||||
set -ag status-right "#{E:@catppuccin_status_session}"
|
||||
set -ag status-right "#{E:@catppuccin_status_host}"
|
||||
|
||||
#set -g @catppuccin_status_modules_right "directory user host session"
|
||||
#set -g @catppuccin_status_left_separator " "
|
||||
#set -g @catppuccin_status_right_separator ""
|
||||
#set -g @catppuccin_status_right_separator_inverse "no"
|
||||
#set -g @catppuccin_status_fill "icon"
|
||||
#set -g @catppuccin_status_connect_separator "no"
|
||||
|
||||
#set -g @catppuccin_directory_text "#{pane_current_path}""
|
||||
|
||||
#set -g @catppuccin_date_time "%Y-%m-%d %H:%M"
|
||||
|
||||
set -g @catppuccin_date_time "off"
|
||||
set -g @catppuccin_user "off"
|
||||
set -g @catppuccin_host "on"
|
||||
|
||||
set -g @catppuccin_date_time "%Y-%m-%d %H:%M"
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
|
||||
[font]
|
||||
size = 11.0
|
||||
|
||||
[font.bold]
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Regular"
|
||||
|
||||
[[keyboard.bindings]]
|
||||
action = "SpawnNewInstance"
|
||||
key = "Return"
|
||||
mods = "Control|Shift"
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
|
||||
[general]
|
||||
import = ["/home/crimsen/.config/alacritty/catppuccin/catppuccin-macchiato.toml"]
|
Loading…
Reference in New Issue