From e0b49e7d9a12ff67b6f2079b2cfc6442604bc6fd Mon Sep 17 00:00:00 2001 From: coast Date: Wed, 4 Jun 2025 23:59:04 +0330 Subject: [PATCH] new fastfetch shit --- .config/fastfetch/fastfetch/ascii.txt | 18 ++++++++ .config/fastfetch/fastfetch/ascii.txt~ | 18 ++++++++ .config/fastfetch/fastfetch/config.jsonc | 53 +++++++++++++++++++++++ .config/fastfetch/fastfetch/config.jsonc~ | 49 +++++++++++++++++++++ 4 files changed, 138 insertions(+) create mode 100644 .config/fastfetch/fastfetch/ascii.txt create mode 100644 .config/fastfetch/fastfetch/ascii.txt~ create mode 100644 .config/fastfetch/fastfetch/config.jsonc create mode 100644 .config/fastfetch/fastfetch/config.jsonc~ diff --git a/.config/fastfetch/fastfetch/ascii.txt b/.config/fastfetch/fastfetch/ascii.txt new file mode 100644 index 0000000..8a7f05d --- /dev/null +++ b/.config/fastfetch/fastfetch/ascii.txt @@ -0,0 +1,18 @@ + _______ + _jgN#######Ngg_ + _N##N@@" "9NN## + d###P N### + f##P T### + "^^" ]### + #g#### + _gN##@P + gN###F" + d####F + 0###F + 0###F + 0###F + 0NN3F + "NN@' + ___ + q###r + "" diff --git a/.config/fastfetch/fastfetch/ascii.txt~ b/.config/fastfetch/fastfetch/ascii.txt~ new file mode 100644 index 0000000..e90cf79 --- /dev/null +++ b/.config/fastfetch/fastfetch/ascii.txt~ @@ -0,0 +1,18 @@ + _______ + _jgN#######Ngg_ + _N##N@@" "9NN## + d###P N### + f##P T### + "^^" ]### + ^^ #g#### + _gN##@P + gN###F" + d####F + 0###F + 0###F + 0###F + 0NN3F + "NN@' + ___ + q###r + "" diff --git a/.config/fastfetch/fastfetch/config.jsonc b/.config/fastfetch/fastfetch/config.jsonc new file mode 100644 index 0000000..a4e5667 --- /dev/null +++ b/.config/fastfetch/fastfetch/config.jsonc @@ -0,0 +1,53 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "colorTitle": 8, // Grey titles + "colorSubTitle": 8, // Grey values + "logo": { + "source": "~/.config/fastfetch/ascii.txt", + }, + "display": { + "separator": ": ", +}, + + "modules": [ + //"title", + //"separator", + "break", + "break", + { + "type": "command", + "key": "OS", + "text": "echo '???'" + }, + { + "type": "command", + "key": "Kernel", + "text": "echo '6.?.?'" + }, + "uptime", + { + "type": "command", + "key": "Packages", + "text": "pacman -Q | wc -l" + }, + "shell", + { + "type": "command", + "key": "Init system", + "text": "echo 'systemd'" + }, + "display", + "icons", + "font", + { + "type": "cpu", + "format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}" + }, + "gpu", + "memory", + "swap", + "battery", + "break", + "colors" + ] +} diff --git a/.config/fastfetch/fastfetch/config.jsonc~ b/.config/fastfetch/fastfetch/config.jsonc~ new file mode 100644 index 0000000..ab27e3e --- /dev/null +++ b/.config/fastfetch/fastfetch/config.jsonc~ @@ -0,0 +1,49 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "~/.config/fastfetch/ascii.txt" + }, + "display": { + "separator": ": ", +}, + "packageManagers": { + "disabled": false, + "emerge": true + }, + "modules": [ + //"title", + //"separator", + "break", + { + "type": "command", + "key": "OS", + "text": "echo '???'" + }, + { + "type": "command", + "key": "Kernel", + "text": "echo '6.?.?'" + }, + "uptime", + "packages", + "shell", + { + "type": "command", + "key": "Init system", + "text": "echo 'systemd'" + }, + "display", + "icons", + "font", + { + "type": "cpu", + "format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}" + }, + "gpu", + "memory", + "swap", + "battery", + "break", + "colors" + ] +}