blob: 72e8c184ddc70f7c019f76a388b97c2c44379239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Don't print a new line at the start of the prompt
add_newline = false
format = "$all"
[character]
success_symbol = "[](#9B35E8)"
error_symbol = "[](#F516A4)"
vicmd_symbol = "[](#0fe9b0)"
[line_break]
disabled = true
[status]
style = "bg:blue"
format = '[\[$common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
[cmd_duration]
disabled = false
min_time = 5000
format = "[took](yellow) [$duration](bold #F516A4) "
show_notifications = false
min_time_to_notify = 10000
|