mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Add SpinnerConfig
This new config section allows to customize frames and rate of thespinner
This commit is contained in:
parent
53f0c4aeff
commit
f3dba743f0
15 changed files with 101 additions and 31 deletions
|
@ -87,6 +87,9 @@ gui:
|
|||
animateExplosion: true # shows an explosion animation when nuking the working tree
|
||||
portraitMode: 'auto' # one of 'auto' | 'never' | 'always'
|
||||
filterMode: 'substring' # one of 'substring' | 'fuzzy'; see 'Filtering' section below
|
||||
spinner:
|
||||
frames: ['|', '/', '-', '\\']
|
||||
rate: 50 # spinner rate in milliseconds
|
||||
git:
|
||||
paging:
|
||||
colorArg: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue