it meows in the dark

This commit is contained in:
mx
2025-10-31 20:36:08 +00:00
parent 633be332ce
commit e9e343618f
2 changed files with 77 additions and 0 deletions

9
fastfetch/ascii.txt Normal file
View File

@@ -0,0 +1,9 @@
$1
$1
$1⢸⣿⣷⣶⣤⣀⣤⣴⣶⣶⣶⣶⣦⣤⣀⣤⣶⣾⣿⡇
$2⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃
$3⠠⣤⣀⡀⠹⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⠃⢀⣀⣤⠄
$4⢀⠤⢤⣤⣬⣙⠳⣿⣿⡿⠈⣿⣿⠁⡀⠈⣿⣿⣿⠞⣋⣥⣤⠤⠤⡀
$5⢀⡤⠤⢤⣼⣿⣿⣿⣿⡀⠸⣠⣿⣿⣄⠐⠇⢀⣿⣿⣿⣿⣧⡤⠤⢤⡀
$6⢠⣾⣿⣿⣿⣿⣿⣿⠛⠛⠛⠛⠉⠉⠛⠛⠛⠛⣿⣿⣿⣿⣿⣿⣷⡀
$7⠛⠿⢿⣿⠟⠛⠁⠈⠛⠻⣿⡿⠻⠛

68
fastfetch/config.jsonc Normal file
View File

@@ -0,0 +1,68 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "file",
"source": "C:/Users/mx/.config/fastfetch/ascii.txt",
"color": {
"1": "#F5E0DC",
"2": "#F2CDCD",
"3": "#F5C2E7",
"4": "#FAB387",
"5": "#F9E2AF",
"6": "#A6E3A1",
"7": "#94E2D5",
"8": "#89DCEB",
"9": "#74C7EC"
},
"padding": {
"top": 1,
"right": 3
}
},
"display": {
"separator": " "
},
"modules": [
"break",
{
"type": "title",
"color": {
"user": "#F5C2E7",
"at": "#CDD6F4",
"host": "#89DCEB"
}
},
"break",
{
"type": "os",
"key": "",
"keyColor": "#89DCEB"
},
{
"type": "cpu",
"key": "",
"keyColor": "#F5C2E7"
},
{
"type": "board",
"key": "󰚗",
"keyColor": "#FAB387"
},
{
"type": "memory",
"key": "",
"keyColor": "#A6E3A1",
"format": "{used} / {total} ({percentage})"
},
{
"type": "disk",
"key": "",
"keyColor": "#94E2D5"
},
"break",
{
"type": "colors",
"symbol": "circle"
}
]
}