This commit is contained in:
pfych 2025-04-30 15:59:08 +10:00
parent 0ae62847f2
commit eec97664ec
3 changed files with 42 additions and 0 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -33,3 +33,8 @@ alias a=fuck
# Load extra functions
source "$CONFIGDIR/scripts/scripts.sh"
# The Funny
if [ $LINES > 25 ] && [ $COLUMNS > 70 ]; then
fastfetch;
fi