This commit is contained in:
2026-03-31 22:45:28 -05:00
parent 74d813c5e8
commit 8704160c10
2 changed files with 49 additions and 53 deletions

View File

@@ -1,18 +1,14 @@
set -g @background {background}
set -g @foreground {foreground}
set -g @color0 {color0}
set -g @color1 {color1}
set -g @color2 {color2}
set -g @color3 {color3}
set -g @color4 {color4}
set -g @color5 {color5}
set -g @color6 {color6}
set -g @color7 {color7}
set -g @color8 {color8}
set -g @color9 {color9}
set -g @color10 {color10}
set -g @color11 {color11}
set -g @color12 {color12}
set -g @color13 {color13}
set -g @color14 {color14}
set -g @color15 {color15}
set -g status-style 'fg={color0},bg={color3}'
set -g status-interval 1
set -g status-left-length 50
set -g status-left "#[fg={color12},bg={color1}]  #[fg={color1},bg={color2}]◤#[fg={color14}]#{{user}}@#H#[fg={color2},bg={color4}]◤#[fg={color14}]#{{session_name}}#[fg={color4},bg={color3}]◤"
set -g status-right "#[fg={color2}]◥#[fg={color14},bg={color2}]%A %T#[fg={color1}]◥#[fg={color12},bg={color1}]%D "
set -g window-status-separator '/'
set -g window-status-format '#[fg={color3},bg={color3}]◢#[fg={color0},bg={color3}] #{{window_index}}: #{{window_name}} #[fg={color3},bg={color3}]◤'
set -g window-status-current-format '#[fg={color11},bg={color3}]◢#[fg={color0},bg={color11},bold] #{{window_index}}: #{{window_name}} #[fg={color11},bg={color3}]◤'