tmux tweaks

This commit is contained in:
2023-03-23 11:20:27 +01:00
parent b0d2ed88ca
commit 4b448563cf
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ set -g default-terminal "xterm-256color"
set -g mouse on
set -g status-bg colour235
set -g status-fg white
set -g status-fg colour255
set -g status-left '#(sh ~/.tmux/health-indicator.sh #{client_prefix})#S #(~/.tmux/segment.sh end 31 29) ▣ #{session_windows} #{?session_many_attached,#(~/.tmux/subsegment.sh end) 🖥 #{session-attached},}#(~/.tmux/segment.sh end 29 71) #[fg=colour235]#H #(~/.tmux/segment.sh end 71 65) #[fg=colour235]#(whoami) #(~/.tmux/segment.sh end 65 235)'
set -g status-left-length 80
set -g status-right-length 120

View File

@@ -1,10 +1,10 @@
#!/bin/bash
cnormal1='colour31'
cnormal2='white'
cnormal1='colour24'
cnormal2='colour255'
cprefix='colour238'
bnormal='colour31'
bnormal='colour24'
bprefix='colour208'
normal='●'
prefix='▲'