Change Tmux theme to Gruvbox Dark
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -19,3 +19,6 @@
|
|||||||
[submodule "tmux/.tmux/plugins/tmux"]
|
[submodule "tmux/.tmux/plugins/tmux"]
|
||||||
path = tmux/.tmux/plugins/tmux
|
path = tmux/.tmux/plugins/tmux
|
||||||
url = https://github.com/catppuccin/tmux.git
|
url = https://github.com/catppuccin/tmux.git
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-gruvbox"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-gruvbox
|
||||||
|
url = https://github.com/z3z1ma/tmux-gruvbox.git
|
||||||
|
|||||||
@@ -20,25 +20,10 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
set -g @plugin 'wfxr/tmux-power'
|
set -g @plugin 'wfxr/tmux-power'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'z3z1ma/tmux-gruvbox'
|
||||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||||
|
|
||||||
# Customizing Catppuccin theme
|
set -g @gruvbox_flavour 'dark'
|
||||||
set -g @catppuccin_flavour 'frappe'
|
|
||||||
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_current_fill "number"
|
|
||||||
set -g @catppuccin_window_current_text "#W"
|
|
||||||
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_fill "icon"
|
|
||||||
set -g @catppuccin_status_connect_separator "no"
|
|
||||||
set -g @catppuccin_directory_text "#{pane_current_path}"
|
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
1
tmux/.tmux/plugins/tmux-gruvbox
Submodule
1
tmux/.tmux/plugins/tmux-gruvbox
Submodule
Submodule tmux/.tmux/plugins/tmux-gruvbox added at 8f71abd479
Reference in New Issue
Block a user