X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=home%2F.tmux.conf;h=cacfa98f62264ebf5d152861acedb0ac7acb7169;hb=08b1462d01a24efcdbfd763d3794a31105939366;hp=3692e36ae353bbdbfa2827a5e4d89789bf8a4b21;hpb=3dd21187c88f59e05792cbc73a5ff0e3dfa4a59b;p=khome.git diff --git a/home/.tmux.conf b/home/.tmux.conf index 3692e36..cacfa98 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -8,7 +8,7 @@ set -g prefix F1 set -g mouse on # mouse-utf8 on set -g mode-keys vi -set -g history-limit 1000000000 +set -g history-limit 1000000 # assume-paste-time 1 # base-index 0 @@ -46,13 +46,17 @@ set -g set-titles-string "#S [#I #{session_windows}] #W - #T #{session_alerts} set -g allow-rename on setw -g automatic-rename -set -g status off +set -g status on setw -g status-position bottom -setw -g status-style "fg=#3f3f3f" -setw -ga status-style "bg=black" +setw -g status-style "fg=#b2b2a0" +setw -ga status-style "bg=#383838" +#setw -ga status-style "bg=#1f1f1f" # too dark +#setw -ga status-style "bg=#3f3f3f" # blends with term bg too much +setw -g status-right "\"#{=21:pane_title}\" #(weekday-viz) %b %d %H:%M" +setw -g status-interval 10 -setw -g window-status-current-style "fg=#4f4f4f" -setw -ga window-status-current-style "bg=black" +setw -g window-status-current-style "fg=#dfaf8f" +#setw -ga window-status-current-style "bg=#2b2b2b" # update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" # visual-activity off