Funnier
This commit is contained in:
parent
eec97664ec
commit
68ff74835b
@ -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
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user