diff options
| author | tslil clingman <> | 2022-04-06 16:20:11 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2022-04-06 16:20:11 -0400 |
| commit | 4af79f764d31692ce5146f5c9a00355c3b35f654 (patch) | |
| tree | 28d657b7f648c376deecb7bcf6ca4dba2dc7779c /.tmux.conf | |
| parent | c5224d827b34b9f63b5028d8ab4730cdf0b182b6 (diff) | |
| parent | 0b4aa5db57f3572feb97cadc61db3f69665989c8 (diff) | |
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
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 |
