[tmux] remove statusbar update
This commit is contained in:
parent
11926f40d2
commit
00ebcce754
1 changed files with 7 additions and 7 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue