chore(tmux): remove statusbar update

This commit is contained in:
2025-01-13 02:48:58 +00:00
parent 74c829faab
commit 4933308689

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Hardcoded values # Hardcoded values
set -g status-bg "#282828" set -g status-bg "#272e33"
set -g @unfocused-fg "#d4be98" set -g @unfocused-fg "#3c4841"
set -g @focused-bg "#d4be98" set -g @focused-bg "#3c4841"
set -g @focused-fg "#282828" set -g @focused-fg "#d3c6aa"
# Set status bar position # Set status bar position
set -g status-position top 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 # 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}}"