diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ set -g default-command "${SHELL}" -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",foot:Tc" +set -sg escape-time 25 set -g set-titles on set -g set-titles-string "#T" @@ -12,7 +14,7 @@ setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " set -g status-left "" -set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" +set -g status-right "#[fg=black][#(battery)] [%y.%m.%d %Hh%M]" unbind C-t unbind C-b |
