chore(tmux): fix copy mode and change theme
This commit is contained in:
parent
c388f2843a
commit
a9efc146f7
2 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Hardcoded values
|
||||
set -g status-bg "#1d2021"
|
||||
set -g status-bg "#282828"
|
||||
set -g @unfocused-fg "#d4be98"
|
||||
set -g @focused-bg "#d4be98"
|
||||
set -g @focused-fg "#1d2021"
|
||||
set -g @focused-fg "#282828"
|
||||
|
||||
# Set status bar position
|
||||
set -g status-position top
|
||||
|
@ -28,7 +28,7 @@ set -g window-status-current-format '#[bg=#{@focused-bg},fg=#{@focused-fg}] #I:#
|
|||
|
||||
|
||||
# AUTO RENAME WINDOW
|
||||
set-option -g status-interval 1
|
||||
set-option -g status-interval 5
|
||||
|
||||
set-option -g automatic-rename on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue