rename(fastfetch): to animo

This commit is contained in:
kenji
2025-12-28 18:08:06 -06:00
parent 3b1f775129
commit 9827078e36
3 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -4,7 +4,7 @@
settings = {
"$schema" = "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json";
logo = {
source = "~/.config/fastfetch/arch.txt";
source = "~/.config/fastfetch/animo.txt";
padding = {
top = 1;
};
@@ -50,10 +50,15 @@
keyColor = "33";
}
"break"
{
type = "colors";
paddingLeft = "2";
symbol = "circle";
}
"break"
];
};
};
home.file.".config/fastfetch/arch.txt".source = ./arch.txt;
home.file.".config/fastfetch/animo.txt".source = ./animo.txt;
}