This commit is contained in:
pfych 2025-04-30 16:22:36 +10:00
parent eec97664ec
commit 68ff74835b
4 changed files with 10 additions and 16 deletions

View File

@ -1,35 +1,31 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"colors",
"break",
"host",
"kernel",
"uptime",
"packages",
"shell",
"de",
"terminal",
{ "type": "terminalFont", "key": "Font" },
"cpu",
"gpu",
"memory",
{ "type": "localip", "key": "IP" },
"battery",
"poweradapter"
{ "type": "localip", "key": "IP" }
],
"display": {
"key": { "width": 11 },
"brightColor": true,
"percent": { "type": 2 }
},
"logo": {
"type": "raw",
"source": "~/.config/fastfetch/neko.sixel",
"type": "iterm",
"source": "~/.config/fastfetch/neko.gif",
"width": 14,
"height": 14,
"height": 7,
"padding": {
"top": 1,
"top": 2,
"left": 2
}
}
}

BIN
.config/fastfetch/neko.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,6 @@ alias a=fuck
source "$CONFIGDIR/scripts/scripts.sh"
# The Funny
if [ $LINES > 25 ] && [ $COLUMNS > 70 ]; then
if [ $LINES > 30 ] && [ $COLUMNS > 70 ]; then
fastfetch;
fi