diff --git a/.tmux.conf b/.tmux.conf index 3b77a36..e86c1b5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,15 +14,22 @@ 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_number_position "right" set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs -#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 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}" + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' -# vim: ft=tmuxset -g @catppuccin_date_time "%Y-%m-%d %H:%M" +# vim: ft=tmux diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..2bde118 --- /dev/null +++ b/alacritty/alacritty.toml @@ -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"]