diff --git a/oh-my-posh/vpotato.minimal.omp.json b/oh-my-posh/vpotato.minimal.omp.json index 2d3b954..9141446 100644 --- a/oh-my-posh/vpotato.minimal.omp.json +++ b/oh-my-posh/vpotato.minimal.omp.json @@ -4,6 +4,16 @@ { "alignment": "right", "segments": [ + { + "foreground": "#9f8e38", + "style": "plain", + "template": "[{{ .FormattedMs }}] ", + "type": "executiontime", + "properties": { + "threshold": 500, + "style": "round" + } + }, { "foreground": "#4fb6c3", "style": "plain",