From 5f1247a7a2ac293ff61c0ea7f82508d9b9ca85f1 Mon Sep 17 00:00:00 2001 From: coast Date: Wed, 4 Jun 2025 04:46:42 +0330 Subject: [PATCH] broke my install :3 time to reinstall 2 --- .config/fastfetch/ascii.txt~ | 18 ++++++++++++ .config/fastfetch/config.jsonc | 22 +++++++++------ .config/fastfetch/config.jsonc~ | 49 +++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 9 deletions(-) create mode 100644 .config/fastfetch/ascii.txt~ create mode 100644 .config/fastfetch/config.jsonc~ diff --git a/.config/fastfetch/ascii.txt~ b/.config/fastfetch/ascii.txt~ new file mode 100644 index 0000000..e90cf79 --- /dev/null +++ b/.config/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/config.jsonc b/.config/fastfetch/config.jsonc index b59b018..b0269e9 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -3,6 +3,13 @@ "logo": { "source": "~/.config/fastfetch/ascii.txt" }, + "display": { + "separator": ": ", +}, + "packageManagers": { + "disabled": false, + "emerge": true + }, "modules": [ //"title", //"separator", @@ -15,16 +22,10 @@ { "type": "command", "key": "Kernel", - "text": "echo '6.15.0'" + "text": "uname -r" }, "uptime", - { - "type": "packages", - "key": "Packages", - "value": "{1}", - "format": "{1}", - "compact": false - }, + "packages", "shell", { "type": "command", @@ -34,7 +35,10 @@ "display", "icons", "font", - "cpu", + { + "type": "cpu", + "format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}" + }, "gpu", "memory", "swap", diff --git a/.config/fastfetch/config.jsonc~ b/.config/fastfetch/config.jsonc~ new file mode 100644 index 0000000..ce4657e --- /dev/null +++ b/.config/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": ": ", + "color": { + "keys": "#696969", + "title": "#bbbbbb" + }, +}, + "modules": [ + //"title", + //"separator", + "break", + { + "type": "command", + "key": "OS", + "text": "echo '???'" + }, + { + "type": "command", + "key": "Kernel", + "text": "uname -r" + }, + "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" + ] +}