From 2b83075c78b62965e4236f5a154bf451e6668d53 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Sat, 8 Nov 2025 13:35:58 +0100 Subject: [PATCH] chore: remove backup file --- kde-plasma-theme.omp.json.bak | 122 ---------------------------------- 1 file changed, 122 deletions(-) delete mode 100644 kde-plasma-theme.omp.json.bak diff --git a/kde-plasma-theme.omp.json.bak b/kde-plasma-theme.omp.json.bak deleted file mode 100644 index 3bad306..0000000 --- a/kde-plasma-theme.omp.json.bak +++ /dev/null @@ -1,122 +0,0 @@ -{ - "$schema": "https://git.noorlander.info/E.Noorlander/posh_noorlander/src/branch/main/kde-plasma-theme.omp.json", - "profiles":{ - "defaults":{ - "font":{ - "face": "Nerd Font" - } - } - }, - "palette": { - "bg-1": "#232627", - "bg-2": "#3c4045", - "git": "#403963", - "light-grey": "#cccccc", - "os": "#6a0dad", - "path": "#eff0f1", - "python": "#3daee9", - "shell": "#d0a0e0", - "time": "#eff0f1" - }, - "transient_prompt": { - "template": "❯ ", - "foreground": "#888888", - "background": "transparent" - }, - "blocks": [ - { - "type": "prompt", - "alignment": "left", - "segments": [ - { - "properties": { - "cache_duration": "none" - }, - "leading_diamond": "\ue0b6", - "template": " {{ .Icon }} ", - "foreground": "p:bg-1", - "background": "p:os", - "type": "os", - "style": "diamond" - }, - { - "properties": { - "cache_duration": "none" - }, - "template": " {{ if eq .Name \"bash\" }}\uebca{{ else }}\ue795{{ end }} ", - "foreground": "p:bg-1", - "powerline_symbol": "\ue0b0", - "background": "p:shell", - "type": "shell", - "style": "powerline" - }, - { - "properties": { - "cache_duration": "none", - "style": "full" - }, - "template": " \ue5ff {{ .Path }} ", - "foreground": "p:os", - "powerline_symbol": "\ue0b0", - "background": "p:light-grey", - "type": "path", - "style": "powerline" - } - ] - }, - { - "type": "rprompt", - "alignment": "right", - "segments": [ - { - "type": "git", - "style": "diamond", - "leading_diamond": "\ue0b2", - "foreground": "p:bg-1", - "background": "p:light-grey", - "background_templates": [ - "{{ if or (.Working.Changed) (.Staging.Changed) }}p:git{{ end }}", - "{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:git{{ end }}", - "{{ if gt .Ahead 0 }}p:git{{ end }}", - "{{ if gt .Behind 0 }}p:git{{ end }}" - ], - "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}  {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}  {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }}  {{ .StashCount }}{{ end }}", - "properties": { - "fetch_status": true, - "fetch_upstream_icon": true, - "untracked_modes": { - "/Users/user/Projects/oh-my-posh/": "no" - }, - "source": "cli", - "mapped_branches": { - "feat/*": "🚀 ", - "bug/*": "🐛 " - } - } - }, - { - "type": "python", - "style": "diamond", - "leading_diamond": "\ue0b2", - "foreground": "p:bg-1", - "background": "p:light-grey", - "template": "\ue235 {{ .Venv }} " - }, - { - "type": "time", - "style": "diamond", - "leading_diamond": "\ue0b2", - "trailing_diamond": "\ue0b4", - "foreground": "p:bg-1", - "background": "p:os", - "properties": { - "time_format": "15:04:05" - }, - "template": " {{ .CurrentDate | date \"15:04:05\" }} " - } - ] - } - ], - "version": 1, - "final_space": true -}