add fastfetch config

This commit is contained in:
Frodd
2025-08-30 18:28:22 +01:00
parent 92af35e712
commit 1deea68717
2 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
@@@@@@@##############%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@#++*+++++++++++++**#####%%@@@@@@@@@@@@@@@@@@@@@@@@@@@
@%##*+++***+++*###**+++++**#############%@@@@@@@@%%%%%@@@@
%##*+++****########%%#*+++++*#########################%@%@
%@#*******##*+=+===+###***++++*#######################@@%@
%++++***#*===+++======+#%%*++++++**#####%#####%#******#@%@
%#+++*##+=+###%@%*+=====*%%++++++++++**#########%#*##%@@%@
@*++**#=+#%######%#=====+#%*+++++++*++++++++**#**#*+==*%@@
%+++*#*=*%########%=====+*%*++++++++++++++++++*##+====+=%@
%+++*##++#%######%+=====+##++++++****++++++++*##===+#%@*+@
%++**#%#*++###%%*======+*@*+++++******++++++*##===+####@*@
%+*##*#%###*++++++++++*%@#+++++*******+++++**#*==+#%#####@
%++*%%@#%@%########*##@%#*++++********+++*%%#%*==+%%###*@@
%+++*#@%@@%%@@@@@@@@%@%#*+++*********++++#@%%%%*++#%##*%%@
%+++#@%%@@%##%%%%@%#%%%*+++**********++++#@%@%@######@@%%@
%+++++**%@@%%%#%%%%#**++++***********++++*@%%%@@#*%@@%%%%@
%+++++++++++*******+++@@@#++**********+++*%@@%%@@@@%%%%%%@
%+++++++++++++++++++++*#%%%%%*++++++++++++*%%%%%@@%%%%%%%@
%++++++++++++++++++++++++*######%%%%%@@@*++*####@@@%%%%%%@
%+++*#%@@@@@@@@%#*+++++++++**#######***++++*###%%##@@%%%%@
%++*@@@@@%#**%%#*%@%@%+++++++++++++++++++++###%%#%%#*%%%%@
%++++***#@%########**#@##%%%%@@@@@%%**+++*###%%%#####*#@@@
%++++++++*#%%%%%%@@@@@%##%%#*%%%%@%%@@@@@@###%@@@@@@@@@@%%
%+++++++++***########%%%%%%%@@%%%%%%@%%@@@%##%@##########@
@##***++++++++++++*********###%%%%@@@%%%####%@@##########%
@#######**+++++++++++++++++++***##########%@@@@%#########%
@@@%######***#*+++++++++++++++++*######%%%@%@@@%#########%
@%%@%%########%%%#**+++++++***#######%%%%%%@@@@%%%#######%
@%%%%%@@%%#######%%%%%%%%%%#######%%%%%%@@@@@@@%%%%%#####%
@%%%%%%%%@@%###################%%%%%#%@@@@@@@@@%%%%%%####%
@@@@@@@%%%@@@@%%%%%%%%%%%%%%@@@@%%%@@@@@@@@@@@@@@@@@@%%%%@

View File

@@ -0,0 +1,103 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"display": {
"separator": " ➜ "
},
"modules": [
"title",
"separator",
{
"type": "os",
"key": "OS ",
"keyColor": "31", // = color1
},
{
"type": "kernel",
"key": " ├  ",
"keyColor": "31",
},
{
"type": "packages",
"format": "{} (pacman)",
"key": " ├ 󰏖 ",
"keyColor": "31",
},
{
"type": "shell",
"key": " └  ",
"keyColor": "31",
},
"break",
{
"type": "wm",
"key": "WM ",
"keyColor": "32",
},
{
"type": "wmtheme",
"key": " ├ 󰉼 ",
"keyColor": "32",
},
{
"type": "icons",
"key": " ├ 󰀻 ",
"keyColor": "32",
},
{
"type": "cursor",
"key": " ├  ",
"keyColor": "32",
},
{
"type": "terminal",
"key": " ├  ",
"keyColor": "32",
},
{
"type": "terminalfont",
"key": " └  ",
"keyColor": "32",
},
"break",
{
"type": "host",
"format": "{5} {1} Type {2}",
"key": "PC ",
"keyColor": "33",
},
{
"type": "cpu",
"format": "{1} ({3}) @ {7} GHz",
"key": " ├  ",
"keyColor": "33",
},
{
"type": "gpu",
"format": "{1} {2} @ {12} GHz",
"key": " ├ 󰢮 ",
"keyColor": "33",
},
{
"type": "memory",
"key": " ├  ",
"keyColor": "33",
},
{
"type": "swap",
"key": " ├ 󰓡 ",
"keyColor": "33",
},
{
"type": "disk",
"key": " ├ 󰋊 ",
"keyColor": "33",
},
{
"type": "monitor",
"key": " └  ",
"keyColor": "33",
},
"break",
"break",
]
}