From b4066a60b620add704f080559b3e1c7c27b8ea23 Mon Sep 17 00:00:00 2001 From: m1ngsama Date: Fri, 1 Aug 2025 14:00:00 +0800 Subject: [PATCH] feat: enhance oh-my-posh theme with additional segments --- powershell/m1ng.omp.json | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/powershell/m1ng.omp.json b/powershell/m1ng.omp.json index f8bc3be..ccbf5cd 100644 --- a/powershell/m1ng.omp.json +++ b/powershell/m1ng.omp.json @@ -73,6 +73,55 @@ "type": "node", "style": "diamond" }, + { + "properties": { + "prefix": " \ue235 ", + "display_mode": "files" + }, + "leading_diamond": " \ue0b6", + "trailing_diamond": "\ue0b4", + "foreground": "#ffffff", + "background": "#4584b6", + "type": "python", + "style": "diamond" + }, + { + "properties": { + "prefix": " \ue627 ", + "display_mode": "files" + }, + "leading_diamond": " \ue0b6", + "trailing_diamond": "\ue0b4", + "foreground": "#ffffff", + "background": "#00acd7", + "type": "go", + "style": "diamond" + }, + { + "properties": { + "prefix": " \uf308 ", + "display_mode": "files" + }, + "leading_diamond": " \ue0b6", + "trailing_diamond": "\ue0b4", + "foreground": "#ffffff", + "background": "#0db7ed", + "type": "docker", + "style": "diamond" + }, + { + "properties": { + "threshold": 500, + "style": "austin", + "prefix": " <#fefefe>\uf252 " + }, + "leading_diamond": " \ue0b6", + "trailing_diamond": "\ue0b4", + "foreground": "#ffffff", + "background": "#c4a000", + "type": "executiontime", + "style": "diamond" + }, { "properties": { "postfix": " ",