I am batman
This commit is contained in:
18
Fastfetch/ascii.txt
Normal file
18
Fastfetch/ascii.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
$1⠀⠀⠀⠀⣀⡀
|
||||
$1⠀⠀⠀⠀⣿⠙⣦⠀⠀⠀⠀⠀⠀⣀⣤⡶⠛⠁
|
||||
$2⠀⠀⠀⠀⢻⠀⠈⠳⠀⠀⣀⣴⡾⠛⠁⣠⠂⢠⠇
|
||||
$2⠀⠀⠀⠀⠈⢀⣀⠤⢤⡶⠟⠁⢀⣴⣟⠀⠀⣾
|
||||
$3⠀⠀⠀⠠⠞⠉⢁⠀⠉⠀⢀⣠⣾⣿⣏⠀⢠⡇
|
||||
$3⠀⠀⡰⠋⠀⢰⠃⠀⠀⠉⠛⠿⠿⠏⠁⠀⣸⠁
|
||||
$4⠀⠀⣄⠀⠀⠏⣤⣤⣀⡀⠀⠀⠀⠀⠀⠾⢯⣀
|
||||
$4⠀⠀⣻⠃⠀⣰⡿⠛⠁⠀⠀⠀⢤⣀⡀⠀⠺⣿⡟⠛⠁
|
||||
$5⠀⡠⠋⡤⠠⠋⠀⠀⢀⠐⠁⠀⠈⣙⢯⡃⠀⢈⡻⣦
|
||||
$5⢰⣷⠇⠀⠀⠀⢀⡠⠃⠀⠀⠀⠀⠈⠻⢯⡄⠀⢻⣿⣷
|
||||
$6⠀⠉⠲⣶⣶⢾⣉⣐⡚⠋⠀⠀⠀⠀⠀⠘⠀⠀⡎⣿⣿⡇
|
||||
$6⠀⠀⠀⠀⠀⣸⣿⣿⣿⣷⡄⠀⠀⢠⣿⣴⠀⠀⣿⣿⣿⣧
|
||||
$7⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⠇⠀⢠⠟⣿⠏⢀⣾⠟⢸⣿⡇
|
||||
$7⠀⠀⢠⣿⣿⣿⣿⠟⠘⠁⢠⠜⢉⣐⡥⠞⠋⢁⣴⣿⣿⠃
|
||||
$8⠀⠀⣾⢻⣿⣿⠃⠀⠀⡀⢀⡄⠁⠀⠀⢠⡾ᵇʸ ᵗⁿᵏᵃ⠁
|
||||
$8⠀⠀⠃⢸⣿⡇⠀⢠⣾⡇⢸⡇⠀⠀⠀⡞
|
||||
$9⠀⠀⠀⠈⢿⡇⡰⠋⠈⠙⠂⠙⠢
|
||||
$9⠀⠀⠀⠀⠈⢧
|
||||
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/%USERPROFILE%/.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