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 = { settings = {
"$schema" = "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json"; "$schema" = "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json";
logo = { logo = {
source = "~/.config/fastfetch/arch.txt"; source = "~/.config/fastfetch/animo.txt";
padding = { padding = {
top = 1; top = 1;
}; };
@@ -50,10 +50,15 @@
keyColor = "33"; keyColor = "33";
} }
"break" "break"
{
type = "colors";
paddingLeft = "2";
symbol = "circle";
}
"break" "break"
]; ];
}; };
}; };
home.file.".config/fastfetch/arch.txt".source = ./arch.txt; home.file.".config/fastfetch/animo.txt".source = ./animo.txt;
} }
+2 -2
View File
@@ -20,9 +20,9 @@
"walker --gapplication-service" "walker --gapplication-service"
"sh -c 'sleep 3; hakase-workspace-switch-force 1'" # FIXME: seems like a band-aid "sh -c 'sleep 2.5; hakase-workspace-switch-force 1'"
"[workspace 1] ghostty -e bash -c 'fastfetch; exec $SHELL'" "[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'"
"[workspace special:steam silent] uwsm app -- steam" "[workspace special:steam silent] uwsm app -- steam"
]; ];
}; };