fastfetch: update style

This commit is contained in:
Nico 2026-02-20 17:23:10 +11:00
parent 04e18089cf
commit 68920e8499
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
2 changed files with 13 additions and 61 deletions

View file

@ -1,32 +1,8 @@
{
"logo": {
"source": "$HOME/.config/fastfetch/ascii.txt",
"padding": {
"top": 2,
"right": 6
},
"color": {
"1": "38;5;231", // skin
"4": "38;5;217", // hair
"2": "38;5;206", // eyes
"3": "38;5;196", // hair tie
"5": "38;5;15", // kyubey
"6": "38;5;212", // clothes
"7": "38;5;241", // gem border
"8": "38;5;219", // gem inside
"9": "white",
},
},
"display": {
"separator": " ",
"color": {
"title": "38;5;206",
"keys": "38;5;219",
},
},
"modules": [
"break",
"break",
{
"type": "title",
"keyWidth": 10,
@ -41,8 +17,12 @@
"key": " ",
},
{
"type": "packages",
"key": " ",
"type": "wm",
"key": " ",
},
{
"type": "shell",
"key": " ",
},
"break",
{
@ -59,27 +39,18 @@
},
"break",
{
"type": "shell",
"key": " ",
},
{
"type": "terminal",
"key": " ",
},
{
"type": "wm",
"key": " ",
},
{
"type": "uptime",
"key": " ",
"type": "packages",
"key": " ",
},
{
"type": "media",
"key": "󰝚 ",
},
{
"type": "uptime",
"key": " ",
},
"break",
"colors",
"break",
"colors"
]
}