From 4e1638c23971ca5f7ca326f6124fdf1a267a8c3b Mon Sep 17 00:00:00 2001 From: coast Date: Sun, 1 Jun 2025 06:54:00 +0330 Subject: [PATCH] fastfetch --- .config/fastfetch/ascii.txt~ | 16 ----------- .config/fastfetch/config.jsonc~ | 51 --------------------------------- 2 files changed, 67 deletions(-) delete mode 100644 .config/fastfetch/ascii.txt~ delete mode 100644 .config/fastfetch/config.jsonc~ diff --git a/.config/fastfetch/ascii.txt~ b/.config/fastfetch/ascii.txt~ deleted file mode 100644 index c9cb04e..0000000 --- a/.config/fastfetch/ascii.txt~ +++ /dev/null @@ -1,16 +0,0 @@ - _igN########Ngg - _N##N@@"" ""9NN##Np_ -d###P N####p -"^^' T#### - d###P - g####P - _gN##@PP - gN###F" - d####F - 0###F - 0###F - 0###F - "NN@" - - q###r - o### diff --git a/.config/fastfetch/config.jsonc~ b/.config/fastfetch/config.jsonc~ deleted file mode 100644 index 71db248..0000000 --- a/.config/fastfetch/config.jsonc~ +++ /dev/null @@ -1,51 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "source": "~/.config/fastfetch/ascii.txt" - }, - "modules": [ - "title", - "separator", - { - "type": "command", - "key": "OS", - "text": "echo '???'" - }, - "kernel", - { - "type": "command", - "key": "Kernel", - "text": "echo '6.15.???'" - }, - "uptime", - { - "type": "packages", - "key": "Packages", - "value": "{1}", - "format": "{1}", - "compact": false - }, - "shell", - "display", - "de", - "wm", - "wmtheme", - "theme", - "icons", - "font", - "cursor", - "terminal", - "terminalfont", - "cpu", - "gpu", - "memory", - "swap", - "disk", - "localip", - "battery", - "poweradapter", - "locale", - "break", - "colors" - ] -}