diff --git a/config/fastfetch/.config/fastfetch/config.jsonc b/config/fastfetch/.config/fastfetch/config.jsonc index e820397..4fb8ec7 100755 --- a/config/fastfetch/.config/fastfetch/config.jsonc +++ b/config/fastfetch/.config/fastfetch/config.jsonc @@ -1,33 +1,96 @@ { - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "display": { - "key": { - // "width": 14 - } - }, - "modules": [ - { "type": "title" }, - { "type": "separator" }, - { "key": " os", "type": "os" }, - { "key": "┠ host", "type": "host" }, - { "key": "┠ kernel", "type": "kernel" }, - { "key": "┠ uptime", "type": "uptime" }, - { "key": "┖ packages", "type": "packages" }, - { "type": "break" }, - { "key": "󰆍 shell", "type": "shell" }, - { "key": "┠ display", "type": "display" }, - { "key": "┠ de", "type": "de" }, - { "key": "┠ wm", "type": "wm" }, - { "key": "┠ font", "type": "terminalfont" }, - { "key": "┖ terminal", "type": "terminal" }, - { "type": "break" }, - { "key": " cpu", "type": "cpu" }, - { "key": "┠ gpu", "type": "gpu" }, - { "key": "┠ memory", "type": "memory" }, - { "key": "┠ disk", "type": "disk" }, - { "key": "┠ localip", "type": "localip" }, - { "key": "┖ publicip", "type": "publicip" }, - { "type": "break" }, - { "type": "colors" } - ] + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "display": { + "key": { + // "width": 14 + } + }, + "modules": [ + { + "type": "title" + }, + { + "type": "separator" + }, + { + "key": " os", + "type": "os" + }, + { + "key": "┠ host", + "type": "host" + }, + { + "key": "┠ kernel", + "type": "kernel" + }, + { + "key": "┠ uptime", + "type": "uptime" + }, + { + "key": "┖ packages", + "type": "packages" + }, + { + "type": "break" + }, + { + "key": "󰆍 shell", + "type": "shell" + }, + { + "key": "┠ display", + "type": "display" + }, + { + "key": "┠ de", + "type": "de" + }, + { + "key": "┠ wm", + "type": "wm" + }, + { + "key": "┠ font", + "type": "terminalfont" + }, + { + "key": "┖ terminal", + "type": "terminal" + }, + { + "type": "break" + }, + { + "key": " cpu", + "type": "cpu" + }, + { + "key": "┠ gpu", + "type": "gpu" + }, + { + "key": "┠ memory", + "type": "memory" + }, + { + "key": "┠ disk", + "type": "disk" + }, + { + "key": "┠ localip", + "type": "localip" + }, + { + "key": "┖ publicip", + "type": "publicip" + }, + { + "type": "break" + }, + { + "type": "colors" + } + ] } diff --git a/config/shell/.config/posh_theme.omp.json b/config/shell/.config/posh_theme.omp.json index f2b7457..a4d2194 100755 --- a/config/shell/.config/posh_theme.omp.json +++ b/config/shell/.config/posh_theme.omp.json @@ -6,7 +6,7 @@ "segments": [ { "foreground": "#89b4fa", - "properties": { + "options": { "windows": "\ue62a" }, "style": "plain", @@ -27,7 +27,7 @@ }, { "foreground": "#94e2d5", - "properties": { + "options": { "folder_separator_icon": "/", "style": "letter" }, @@ -38,12 +38,10 @@ { "foreground": "#a6e3a1", "powerline_symbol": "\ue0b1", - "properties": { - "branch_icon": " ", - "fetch_stash_count": true, + "options": { + "branch_icon": "\ue725 ", "fetch_status": true, - "fetch_upstream_icon": true, - "fetch_worktree_count": true + "fetch_upstream_icon": true }, "style": "powerline", "template": " {{ .UpstreamIcon }} {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", @@ -74,7 +72,7 @@ "foreground_templates": [ "{{ if gt .Code 0 }}#f38ba8{{ end }}" ], - "properties": { + "options": { "always_enabled": true }, "style": "plain", @@ -94,4 +92,4 @@ "template": "# " }, "version": 3 -} \ No newline at end of file +}