-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitmux.conf
38 lines (37 loc) · 1.48 KB
/
gitmux.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# #
# # ██████╗ ██╗████████╗███╗ ███╗██╗ ██╗██╗ ██╗
# # ██╔════╝ ██║╚══██╔══╝████╗ ████║██║ ██║╚██╗██╔╝
# # ██║ ███╗██║ ██║ ██╔████╔██║██║ ██║ ╚███╔╝
# # ██║ ██║██║ ██║ ██║╚██╔╝██║██║ ██║ ██╔██╗
# # ╚██████╔╝██║ ██║ ██║ ╚═╝ ██║╚██████╔╝██╔╝ ██╗
# # ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
# # Git in your tmux status bar
# # https://github.com/arl/gitmux
tmux:
symbols:
branch: 'שׂ '
hashprefix: ':'
ahead: ' '
behind: ' '
staged: '都'
conflict: '繁'
untracked: ' '
modified: ' '
stashed: ' '
clean: 'c'
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=yellow,nobold]'
layout: [branch, divergence, flags, stats, ' ']
options:
branch_max_len: 0
hide_clean: true