]> Freerunner's - dotfiles.git/commitdiff
tmux: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Sep 2024 04:50:27 +0000 (06:50 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Sep 2024 04:50:27 +0000 (06:50 +0200)
tmux/dot-tmux.conf

index 2ddce1f182c80ced02d8e7d2e25fb7feb7cea53d..10622b70152eb10d82102382859e2db7d18dfe57 100644 (file)
@@ -10,10 +10,9 @@ bind j select-pane -D
 bind k select-pane -U
 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 '' # It accepts the date UNIX command format (man date for info)
+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_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
@@ -21,8 +20,9 @@ set -g @rose_pine_bar_bg_disable 'on' # Disables background color, for transpare
 # It can be any of the on tmux (named colors, 256-color set, `default` or hex colors)
 # See more on http://man.openbsd.org/OpenBSD-current/man1/tmux.1#STYLES
 set -g @rose_pine_bar_bg_disabled_color_option 'default'
+# set -g @rose_pine_bar_bg_disabled_color_option '#242124'
 
-set -g @rose_pine_only_windows 'on' # Leaves only the window module, for max focus and space
+set -g @rose_pine_only_windows 'off' # Leaves only the window module, for max focus and space
 set -g @rose_pine_disable_active_window_menu 'on' # Disables the menu that shows the active window on the left
 
 set -g @rose_pine_default_window_behavior 'on' # Forces tmux default window list behaviour
@@ -46,9 +46,9 @@ set -g @rose_pine_date_time_icon '󰃰' # Changes the default icon to the right
 set -g @rose_pine_window_status_separator "  " # Changes the default icon that appears between window names
 
 # Very beta and specific opt-in settings, tested on v3.2a, look at issue #10
-set -g @rose_pine_prioritize_windows 'on' # Disables the right side functionality in a certain window count / terminal width
-set -g @rose_pine_width_to_hide '80' # Specify a terminal width to toggle off most of the right side functionality
-set -g @rose_pine_window_count '5' # Specify a number of windows, if there are more than the number, do the same as width_to_hide
+set -g @rose_pine_prioritize_windows 'off' # Disables the right side functionality in a certain window count / terminal width
+set -g @rose_pine_width_to_hide '120' # Specify a terminal width to toggle off most of the right side functionality
+set -g @rose_pine_window_count '9' # Specify a number of windows, if there are more than the number, do the same as width_to_hide
 
 
 # List of plugins
@@ -64,3 +64,4 @@ set -g @plugin 'rose-pine/tmux'
 
 run '~/.tmux/plugins/tpm/tpm'
 
+