deb11-ax files, tree

This commit is contained in:
2022-01-09 22:59:19 +00:00
parent f2657c32c6
commit bd19129087
11 changed files with 375 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
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'