diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 18c8cdf9..c7a5739d 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -63,41 +63,14 @@ "format": "\u001b[90m┌──────────────────────Software──────────────────────┐" }, { - "type": "os", - "key": "󰣇 OS", - "keyColor": "yellow" + "type": "command", + "key": "\ue900 OS", + "keyColor": "blue", + "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\"" }, { "type": "kernel", "key": "│ ├", - "keyColor": "yellow" - }, - { - "type": "packages", - "key": "│ ├󰏖", - "keyColor": "yellow" - }, - { - "type": "shell", - "key": "└ └", - "keyColor": "yellow" - }, - "break", - { - "type": "command", - "key": "Ø Omarchy", - "keyColor": "blue", - "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"$version\"" - }, - { - "type": "command", - "key": "│ ├󰸌", - "keyColor": "blue", - "text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" - }, - { - "type": "de", - "key": " DE", "keyColor": "blue" }, { @@ -105,29 +78,35 @@ "key": "│ ├", "keyColor": "blue" }, + { + "type": "de", + "key": " DE", + "keyColor": "blue" + }, + { + "type": "terminal", + "key": "│ ├", + "keyColor": "blue" + }, + { + "type": "packages", + "key": "│ ├󰏖", + "keyColor": "blue" + }, { "type": "wmtheme", "key": "│ ├󰉼", "keyColor": "blue" }, { - "type": "icons", - "key": "│ ├󰀻", - "keyColor": "blue" - }, - { - "type": "cursor", - "key": "│ ├", - "keyColor": "blue" + "type": "command", + "key": "│ ├󰸌", + "keyColor": "blue", + "text": "theme=$(omarchy-theme-current); echo -e \"$theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" }, { "type": "terminalfont", - "key": "│ ├", - "keyColor": "blue" - }, - { - "type": "terminal", - "key": "└ └", + "key": "└ └", "keyColor": "blue" }, { diff --git a/migrations/1756208867.sh b/migrations/1756208867.sh new file mode 100644 index 00000000..5c351d6b --- /dev/null +++ b/migrations/1756208867.sh @@ -0,0 +1,3 @@ +echo "Update fastfetch config" + +omarchy-refresh-config fastfetch/config.jsonc \ No newline at end of file