Funny
This commit is contained in:
parent
0ae62847f2
commit
eec97664ec
35
.config/fastfetch/config.jsonc
Normal file
35
.config/fastfetch/config.jsonc
Normal 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,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
2
.config/fastfetch/neko.sixel
Normal file
2
.config/fastfetch/neko.sixel
Normal file
File diff suppressed because one or more lines are too long
@ -33,3 +33,8 @@ alias a=fuck
|
|||||||
|
|
||||||
# Load extra functions
|
# Load extra functions
|
||||||
source "$CONFIGDIR/scripts/scripts.sh"
|
source "$CONFIGDIR/scripts/scripts.sh"
|
||||||
|
|
||||||
|
# The Funny
|
||||||
|
if [ $LINES > 25 ] && [ $COLUMNS > 70 ]; then
|
||||||
|
fastfetch;
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user