Double command timeout for slower disks/usb sticks
This commit is contained in:
parent
099cc9544a
commit
4cd30d3ccf
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ format = '''
|
||||||
[└───────](bold #d60532)$status$character'''
|
[└───────](bold #d60532)$status$character'''
|
||||||
right_format = ""
|
right_format = ""
|
||||||
scan_timeout = 1
|
scan_timeout = 1
|
||||||
command_timeout = 500
|
command_timeout = 1000
|
||||||
add_newline = true
|
add_newline = true
|
||||||
|
|
||||||
[line_break]
|
[line_break]
|
||||||
|
@ -104,4 +104,4 @@ pipestatus = false
|
||||||
disabled = false
|
disabled = false
|
||||||
format = "$symbol "
|
format = "$symbol "
|
||||||
success_symbol = "[>](bold #ffffff)"
|
success_symbol = "[>](bold #ffffff)"
|
||||||
error_symbol = "[>](bold #d60532)"
|
error_symbol = "[>](bold #d60532)"
|
||||||
|
|
Loading…
Reference in a new issue