diff --git a/.config/fastfetch/ascii.txt b/.config/fastfetch/ascii.txt index a31600c..677f1b6 100644 --- a/.config/fastfetch/ascii.txt +++ b/.config/fastfetch/ascii.txt @@ -1,19 +1,19 @@ - _______ - _jgN#######Ngg_ - _N##N@@" "9NN## -d###P N### -f##P T### -"^^" ]### - #g#### - _gN##@P - gN###F" - d####F + _______ + _jgN#######Ngg_ + _N##N@@" "9NN## + d###P N### + f##P T### + "^^" ]### + ^^ #g#### + _gN##@P + gN###F" + d####F + 0###F 0###F - 0###F - 0###F - $NN3# - $NN#$ - ____ - q###r - o###- - ""^ + 0###F + $NN3# + $NN#$ + _ ___ + q###r + o###- + "^^ diff --git a/.config/fastfetch/ascii.txt~ b/.config/fastfetch/ascii.txt~ new file mode 100644 index 0000000..c9cb04e --- /dev/null +++ b/.config/fastfetch/ascii.txt~ @@ -0,0 +1,16 @@ + _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 index 84da21a..f63f210 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -11,7 +11,6 @@ "key": "OS", "text": "echo '???'" }, - "kernel", { "type": "command", "key": "Kernel", diff --git a/.config/fastfetch/config.jsonc~ b/.config/fastfetch/config.jsonc~ new file mode 100644 index 0000000..71db248 --- /dev/null +++ b/.config/fastfetch/config.jsonc~ @@ -0,0 +1,51 @@ +{ + "$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" + ] +}