]> Freerunner's - dotfiles.git/commitdiff
tmux: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 13 Mar 2025 21:37:51 +0000 (22:37 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 13 Mar 2025 21:37:51 +0000 (22:37 +0100)
dot-tmux.conf

index ba4d589603ebd1094fc1faf11a35bec1b547f863..ac1a6307917cc60f80f563facdbeab0b2d36990e 100644 (file)
@@ -20,7 +20,7 @@ bind l select-pane -R
 set -g @rose_pine_variant 'main'
 set -g @rose_pine_host 'on' # Enables hostname in the status bar
 set -g @rose_pine_date_time '+%H:%M' # It accepts the date UNIX command format (man date for info)
-set -g @rose_pine_user 'on' # Turn on the username component in the statusbar
+set -g @rose_pine_user 'off' # Turn on the username component in the statusbar
 set -g @rose_pine_directory 'on' # Turn on the current folder component in the status bar
 set -g @rose_pine_bar_bg_disable 'on' # Disables background color, for transparent terminal emulators
 # If @rose_pine_bar_bg_disable is set to 'on', uses the provided value to set the background color
@@ -38,10 +38,10 @@ set -g @rose_pine_show_pane_directory 'on' # Forces tmux to show the current dir
 # Previously set -g @rose_pine_window_tabs_enabled
 
 # Example values for these can be:
-set -g @rose_pine_left_separator ' > ' # The strings to use as separators are 1-space padded
-set -g @rose_pine_right_separator ' < ' # Accepts both normal chars & nerdfont icons
+set -g @rose_pine_left_separator '  ' # The strings to use as separators are 1-space padded
+set -g @rose_pine_right_separator '  ' # Accepts both normal chars & nerdfont icons
 set -g @rose_pine_field_separator ' | ' # Again, 1-space padding, it updates with prefix + I
-set -g @rose_pine_window_separator ' - ' # Replaces the default `:` between the window number and name
+set -g @rose_pine_window_separator '' # Replaces the default `:` between the window number and name
 
 # These are not padded
 set -g @rose_pine_session_icon '' # Changes the default icon to the left of the session name
@@ -60,7 +60,6 @@ set -g @rose_pine_window_count '9' # Specify a number of windows, if there are m
 
 # List of plugins
 set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'tmux-plugins/sensible'
 set -g @plugin 'rose-pine/tmux'
 
 # Other examples: