[tmux] remove statusbar update

This commit is contained in:
Afonso Franco 2025-01-13 02:48:58 +00:00
parent 11926f40d2
commit 00ebcce754
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -1,10 +1,10 @@
#!/usr/bin/env bash
# Hardcoded values
set -g status-bg "#282828"
set -g @unfocused-fg "#d4be98"
set -g @focused-bg "#d4be98"
set -g @focused-fg "#282828"
set -g status-bg "#272e33"
set -g @unfocused-fg "#3c4841"
set -g @focused-bg "#3c4841"
set -g @focused-fg "#d3c6aa"
# Set status bar position
set -g status-position top
@ -28,8 +28,8 @@ set -g window-status-current-format '#[bg=#{@focused-bg},fg=#{@focused-fg}] #I:#
# AUTO RENAME WINDOW
set-option -g status-interval 5
#set-option -g status-interval 5
set-option -g automatic-rename on
#set-option -g automatic-rename on
set-option -g automatic-rename-format "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}"
#set-option -g automatic-rename-format "#{?#{==:#{pane_current_command},zsh},#{b:pane_current_path},#{pane_current_command}}"