feat: fish motd: change logo to aperture

This commit is contained in:
grassblock 2025-01-18 14:03:31 +08:00
parent 315485b3b0
commit 5ad8fd7ffc
5 changed files with 29 additions and 71 deletions

View file

@ -0,0 +1,7 @@
8X+MMM=2MMX
$8MM1@= $2===
7X8-M $3M@M
7MH:@ 4.X@@
7MMM/ $XM;=
6M@HX$%-5:X4MM.
6:-5HMMM4=

View file

@ -0,0 +1,66 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "file",
"source": "~/.config/fish/motds/aperture-small",
// original: https://github.com/fastfetch-cli/fastfetch/blob/dev/src/logo/ascii/aperture.txt
// resized using script https://codegolf.stackexchange.com/a/241446
"padding": {
"top": 0,
"left": 1
},
"color": {
"1": "blue",
"2": "blue",
"3": "blue",
"8": "blue"
},
"height": 6
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
"size": {
"ndigits": 0,
"maxPrefix": "MB"
}
},
"modules": [
{
"type": "title",
"color": {
"user": "green",
"at": "red",
"host": "blue"
}
},
{
"type": "os",
"key": "󰌢",
"format": "{2} {8}"
},
{
"type": "kernel",
"key": "󰘨"
},
{
"type": "memory",
"key": ""
},
{
"type": "packages",
"key": "󰏖"
},
{
"type": "uptime",
"key": "󰅐"
},
{
"type": "custom",
"key": "",
"format": "{#31}███{#32}███{#33}███{#34}███{#35}███{#36}███"
}
]
}