nix-config/modules/home/gitmux.yml
gwg313 749da1eb43
add tmux
Signed-off-by: gwg313 <gwg313@pm.me>
2026-04-16 01:19:06 -04:00

28 lines
676 B
YAML

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