From: xf0r3m Date: Wed, 15 Nov 2023 08:21:20 +0000 (+0100) Subject: Dodanie pliku pomocniczego (files/immudex-nu.omp.json) dla addonu nushell X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=0bdc72727f65c4a773d6f760f459919060aa2005;p=immudex-testing.git Dodanie pliku pomocniczego (files/immudex-nu.omp.json) dla addonu nushell --- diff --git a/files/immudex-nu.omp.json b/files/immudex-nu.omp.json new file mode 100644 index 0000000..c641806 --- /dev/null +++ b/files/immudex-nu.omp.json @@ -0,0 +1,68 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "background": "#000000", + "foreground": "#487cff", + "style": "plain", + "template": "\udb86\ude4a {{ .UserName }}@{{ .HostName }}/", + "type": "session" + }, + { + "background": "#000000", + "foreground": "#5ac8ea", + "properties": { + "style": "folder" + }, + "style": "plain", + "template": "\ue5ff {{ .Path }}/", + "type": "path" + }, + { + "background": "#000000", + "foreground": "#de076f", + "properties": { + "branch_icon": "", + "fetch_upstream_icon": true + }, + "style": "plain", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}/", + "type": "git" + }, + { + "background": "#000000", + "foreground": "#491545", + "properties": { + "paused_icon": "\uf04c ", + "playing_icon": "\ue602 ", + "stopped_icon": "\uf04d ", + "track_separator": " - " + }, + "style": "plain", + "template": "\uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }}/", + "type": "spotify" + }, + { + "background": "#000000", + "foreground": "#05b92d", + "foreground_templates": [ + "{{ if gt .Code 0 }}#f1184c{{ end }}" + ], + "properties": { + "always_enabled": true + }, + "style": "plain", + "template": "\udb82\udfc6", + "trailing_diamond": "\ue0b4", + "type": "status" + } + ], + "type": "prompt" + } + ], + "final_space": true, + "version": 2 +}