diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index f2e4f4a6..cfea9fe7 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -85,6 +85,12 @@ "keyColor": "blue", "text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\"" }, + { + "type": "command", + "key": "│ ├󰸌", + "keyColor": "blue", + "text": "theme=$(omarchy-theme-current); echo -e \"Theme: $theme \\e[38m●\\e[37m●\\e[36m●\\e[35m●\\e[34m●\\e[33m●\\e[32m●\\e[31m●\"" + }, { "type": "de", "key": " DE", diff --git a/migrations/1755512354.sh b/migrations/1755512354.sh new file mode 100644 index 00000000..ffbee83f --- /dev/null +++ b/migrations/1755512354.sh @@ -0,0 +1,3 @@ +echo "Update fastfetch config to include current theme name and colors" + +omarchy-refresh-config fastfetch/config.jsonc