diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-05-07 09:18:59 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-05-07 09:18:59 +0200 |
| commit | b85d2ad65904ae00410e1b7e019be32c44c8e51e (patch) | |
| tree | 315fddca1f4092e8865e5117d65808c96ae6e6a0 /.config/tmux/tmux.conf | |
| parent | 14d35abebfe5cd4b234a1f5c0cf432a85851e24f (diff) | |
update
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9ad7b50..ef0dabb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ set -g default-command "${SHELL}" # Status-bar settings -set -g status-right "%H:%M" +set -g status-right "%A, %F - %H:%M" set -g window-status-current-style "underscore" set -g message-command-style 'fg=#000000,bg=#FFFF00' set -g message-style 'fg=#000000, bg=#FFFF00' @@ -9,6 +9,7 @@ set -g status-bg '#333333' set -g status-fg '#FFFFFF' set -g set-titles on set -g set-titles-string "#T" +set -g automatic-rename off # Enable RGB colour if running in xterm(1) set-option -sa terminal-overrides ",xterm*:Tc" |
