Updated the fastfetch config

This commit is contained in:
Tyler Kelley 2024-06-17 16:08:25 -05:00
parent 439edee52b
commit e4b2362738

View File

@ -2,11 +2,11 @@
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/nixos.png",
"type": "auto",
"type": "kitty-direct",
"height": 15,
"width": 30,
"padding": {
"top": 5,
"top": 3,
"left": 3
}
},
@ -16,25 +16,20 @@
"type": "custom",
"format": "\u001b[90m┌──────────────────────Hardware──────────────────────┐"
},
{
"type": "host",
"key": " PC",
"keyColor": "34"
},
{
"type": "cpu",
"key": "│ ",
"keyColor": "34"
"key": "│ ",
"keyColor": "35"
},
{
"type": "gpu",
"key": "│ 󰍛",
"keyColor": "34"
"key": "│ 󰍛",
"keyColor": "35"
},
{
"type": "memory",
"key": "└ └󰑭",
"keyColor": "34"
"key": "󰑭",
"keyColor": "35"
},
{
"type": "custom",
@ -46,10 +41,8 @@
"format": "\u001b[90m┌──────────────────────Software──────────────────────┐"
},
{
"type": "os",
"key": " OS",
"format": "ZaneyOS 2.2"
"keyColor": "31"
"type": "custom",
"format": "\u001b[31m OS -> ZaneyOS 2.2"
},
{
"type": "kernel",
@ -93,13 +86,13 @@
},
{
"type": "command",
"key": " OS Age ",
"key": "│ ",
"keyColor": "33",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"type": "uptime",
"key": " Uptime ",
"key": "│ ",
"keyColor": "33"
},
{