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",
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
"modules": [
|
"modules": [
|
||||||
"title",
|
"colors",
|
||||||
"separator",
|
"break",
|
||||||
"os",
|
|
||||||
"host",
|
"host",
|
||||||
"kernel",
|
"kernel",
|
||||||
"uptime",
|
"uptime",
|
||||||
"packages",
|
|
||||||
"shell",
|
"shell",
|
||||||
"de",
|
"de",
|
||||||
"terminal",
|
"terminal",
|
||||||
{ "type": "terminalFont", "key": "Font" },
|
|
||||||
"cpu",
|
"cpu",
|
||||||
"gpu",
|
"gpu",
|
||||||
"memory",
|
"memory",
|
||||||
{ "type": "localip", "key": "IP" },
|
{ "type": "localip", "key": "IP" }
|
||||||
"battery",
|
|
||||||
"poweradapter"
|
|
||||||
],
|
],
|
||||||
"display": {
|
"display": {
|
||||||
"key": { "width": 11 },
|
"key": { "width": 11 },
|
||||||
"brightColor": true,
|
"percent": { "type": 2 }
|
||||||
},
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"type": "raw",
|
"type": "iterm",
|
||||||
"source": "~/.config/fastfetch/neko.sixel",
|
"source": "~/.config/fastfetch/neko.gif",
|
||||||
"width": 14,
|
"width": 14,
|
||||||
"height": 14,
|
"height": 7,
|
||||||
"padding": {
|
"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"
|
source "$CONFIGDIR/scripts/scripts.sh"
|
||||||
|
|
||||||
# The Funny
|
# The Funny
|
||||||
if [ $LINES > 25 ] && [ $COLUMNS > 70 ]; then
|
if [ $LINES > 30 ] && [ $COLUMNS > 70 ]; then
|
||||||
fastfetch;
|
fastfetch;
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user