Files
dotfiles/linux/deb11-ax61/.tmux.conf
2022-01-09 22:59:19 +00:00

20 lines
659 B
Bash

set -g default-terminal "tmux-256color"
# Start numbering windows at 1
set -g base-index 1
set-option -g history-limit 125000
set-option -g status-style fg="#cccccc",bg="#444444"
set-option -g message-style fg="#000000",bg="#bfbf40"
set-option -g pane-border-style fg="#777777"
set-option -g pane-active-border-style fg="#bfbf40"
set -g status-interval 1
set -g status-justify centre # center align window list
set -g status-left-length 20
set -g status-right-length 140
set -g status-left '#H • #[default]'
set -g status-right '#(tmux-mem-cpu-load --interval 1) • #(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") • %a %H:%M:%S #[default] %Y-%m-%d'