initial commit adding presets (config files), images and ascii-art files

This commit is contained in:
LierB 2024-05-12 09:41:37 +02:00
commit bbd67ee156
17 changed files with 690 additions and 0 deletions

77
presets/arch.jsonc Normal file
View file

@ -0,0 +1,77 @@
// _____ _____ _____ _____ _____ _____ _____ _____ _____
// | __| _ | __|_ _| __| __|_ _| | | |
// | __| |__ | | | | __| __| | | | --| |
// |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| ARCH
//
// by Bina
// execute with: fastfetch --colors-block-range-start 9 --colors-block-width 3
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.local/share/fastfetch/ascii/arch.txt",
"padding": {
"top": 2,
"right": 6
}
},
"display": {
"separator": " "
},
"modules": [
"break",
"break",
{
"type": "title",
"keyWidth": 10
},
"break",
{
"type": "os",
"key": " ",
"keyColor": "33", // = color3
},
{
"type": "kernel",
"key": " ",
"keyColor": "33",
},
{
"type": "packages",
"format": "{} (pacman)",
"key": " ",
"keyColor": "33",
},
{
"type": "shell",
"key": " ",
"keyColor": "33",
},
{
"type": "terminal",
"key": " ",
"keyColor": "33",
},
{
"type": "wm",
"key": " ",
"keyColor": "33",
},
{
"type": "uptime",
"key": " ",
"keyColor": "33",
},
{
"type": "media",
"key": "󰝚 ",
"keyColor": "33",
},
"break",
"colors",
"break",
"break",
]
}