fix: update tmux

This commit is contained in:
gwg313 2024-02-07 20:46:31 -05:00
parent 6edcf42c52
commit c175a36a13
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
3 changed files with 127 additions and 169 deletions

View file

@ -0,0 +1,28 @@
tmux:
symbols:
branch: " "
hashprefix: ":"
ahead: " "
behind: " "
staged: " "
conflict: "󰕚 "
untracked: "󱀶 "
modified: " "
stashed: " "
clean: " "
insertions: " "
deletions: " "
styles:
state: "#[fg=red,nobold]"
branch: "#[fg=white,nobold]"
staged: "#[fg=green,nobold]"
conflict: "#[fg=red,nobold]"
modified: "#[fg=yellow,nobold]"
untracked: "#[fg=gray,nobold]"
stashed: "#[fg=gray,nobold]"
clean: "#[fg=green,nobold]"
divergence: "#[fg=cyan,nobold]"
layout: [branch, divergence, flags, stats, " "]
options:
branch_max_len: 0
hide_clean: true