dotfiles/tmux/gitmux.conf.symlink

24 lines
550 B
Plaintext
Raw Normal View History

2020-07-27 17:00:26 +00:00
tmux:
symbols:
branch: '⎇ '
hashprefix: ':'
ahead: ↑·
behind: ↓·
2020-07-27 18:00:56 +00:00
staged: '●'
2020-07-27 17:00:26 +00:00
conflict: '✖ '
2020-07-27 18:00:56 +00:00
modified: '~'
untracked: '✚'
2020-07-27 17:00:26 +00:00
stashed: '⚑ '
2020-07-31 01:12:17 +00:00
clean: ''
2020-07-27 17:00:26 +00:00
styles:
state: '#[fg=red,bold]'
2020-08-06 03:14:56 +00:00
branch: '#[fg=bold]'
2020-07-27 17:00:26 +00:00
remote: '#[fg=colour239]'
2020-07-27 18:00:56 +00:00
staged: '#[fg=colour241,bold]'
2020-07-27 17:00:26 +00:00
conflict: '#[fg=red,bold]'
2020-07-27 18:00:56 +00:00
modified: '#[fg=colour239,bold]'
untracked: '#[fg=colour239,bold]'
stashed: '#[fg=colour239,bold]'
2020-07-31 01:12:17 +00:00
clean: '#[fg=colour241,bold]'
2020-08-06 03:14:56 +00:00
layout: [' ', branch, ' ', flags, ' |']