mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 06:24:22 +02:00
tmux tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cnormal1='colour31'
|
||||
cnormal2='white'
|
||||
cnormal1='colour24'
|
||||
cnormal2='colour255'
|
||||
cprefix='colour238'
|
||||
|
||||
bnormal='colour31'
|
||||
bnormal='colour24'
|
||||
bprefix='colour208'
|
||||
normal='●'
|
||||
prefix='▲'
|
||||
|
||||
Reference in New Issue
Block a user