Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-04-16 01:19:06 -04:00
parent 85b7970b00
commit 749da1eb43
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
3 changed files with 222 additions and 0 deletions

28
modules/home/gitmux.yml Normal file
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