it meows in the dark
This commit is contained in:
9
fastfetch/ascii.txt
Normal file
9
fastfetch/ascii.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
$1
|
||||
$1
|
||||
$1⠀⠀⠀⠀⠀⢸⣿⣷⣶⣤⣀⣤⣴⣶⣶⣶⣶⣦⣤⣀⣤⣶⣾⣿⡇⠀⠀⠀⠀⠀
|
||||
$2⠀⠀⠀⠀⠀⠘⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀
|
||||
$3⠀⠀⠠⣤⣀⡀⠹⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⠿⠿⣿⣿⣿⣿⠃⢀⣀⣤⠄⠀⠀
|
||||
$4⢀⠤⢤⣤⣬⣙⠳⣿⣿⡿⠀⢀⠀⠈⣿⣿⠁⠀⡀⠈⣿⣿⣿⠞⣋⣥⣤⠤⠤⡀
|
||||
$5⠀⢀⡤⠤⢤⣼⣿⣿⣿⣿⡀⠸⠀⣠⣿⣿⣄⠐⠇⢀⣿⣿⣿⣿⣧⡤⠤⢤⡀⠀
|
||||
$6⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⠛⠛⠛⠛⠉⠉⠛⠛⠛⠛⣿⣿⣿⣿⣿⣿⣷⡀⠀⠀
|
||||
$7⠀⠀⠀⠛⠿⢿⣿⠟⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⣿⡿⠻⠛⠀⠀⠀
|
||||
68
fastfetch/config.jsonc
Normal file
68
fastfetch/config.jsonc
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user