rename(fastfetch): to animo
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user