added new fetch and fetchconf commands, to customize fastfetch

This commit is contained in:
2026-06-02 21:40:04 +02:00
parent 8f0fdffcad
commit cd1e8a11f9
90 changed files with 4747 additions and 191 deletions
+70
View File
@@ -0,0 +1,70 @@
// _____ _____ _____ _____ _____ _____ _____ _____ _____
// | __| _ | __|_ _| __| __|_ _| | | |
// | __| |__ | | | | __| __| | | | --| |
// |__| |__|__|_____| |_| |__| |_____| |_| |_____|__|__| 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",
"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",
]
}