2025-02-04

This commit is contained in:
2025-02-04 10:00:02 -05:00
parent d29eeb3155
commit 8378858043
3 changed files with 24 additions and 35 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

+24 -33
View File
@@ -1,103 +1,94 @@
{ {
"$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",
"logo": {
"source": "~/dotfiles/assets/happy_mac.png",
"width": 20,
"padding": {
"top": 2,
"left": 4,
"right": 4,
},
},
"display": { "display": {
"separator": " ", "separator": " "
}, },
"modules": [ "modules": [
{ {
"type": "title", "type": "title",
"format": "{#1}╭───────────── {#}{user-name-colored}@{host-name}", "format": "{#1}╭───────────── {#}{user-name-colored}@{host-name}"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│ {#}System Information", "format": "{#1}│ {#}System Information"
}, },
{ {
"type": "os", "type": "os",
"key": "{#separator}│ {#keys}󰍹 OS", "key": "{#separator}│ {#keys}󰍹 OS"
}, },
{ {
"type": "kernel", "type": "kernel",
"key": "{#separator}│ {#keys}󰒋 Kernel", "key": "{#separator}│ {#keys}󰒋 Kenel"
}, },
{ {
"type": "uptime", "type": "uptime",
"key": "{#separator}│ {#keys}󰅐 Uptime", "key": "{#separator}│ {#keys}󰅐 Uptime"
}, },
{ {
"type": "shell", "type": "shell",
"key": "{#separator}│ {#keys}󰞷 Shell", "key": "{#separator}│ {#keys}󰞷 Shell"
}, },
{ {
"type": "packages", "type": "packages",
"key": "{#separator}│ {#keys}󰏖 Packages", "key": "{#separator}│ {#keys}󰏖 Packages"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│", "format": "{#1}│"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│ {#}Network", "format": "{#1}│ {#}Network"
}, },
{ {
"type": "localip", "type": "localip",
"key": "{#separator}│ {#keys}󰀂 Local IP", "key": "{#separator}│ {#keys}󰀂 Local IP"
}, },
{ {
"type": "publicip", "type": "publicip",
"key": "{#separator}│ {#keys}󰩠 Public IP", "key": "{#separator}│ {#keys}󰩠 Public IP"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│", "format": "{#1}│"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│ {#}Hardware Information", "format": "{#1}│ {#}Hardware Information"
}, },
{ {
"type": "cpu", "type": "cpu",
"key": "{#separator}│ {#keys}󰻠 CPU", "key": "{#separator}│ {#keys}󰻠 CPU"
}, },
{ {
"type": "gpu", "type": "gpu",
"key": "{#separator}│ {#keys}󰢮 GPU", "key": "{#separator}│ {#keys}󰢮 GPU"
}, },
{ {
"type": "memory", "type": "memory",
"key": "{#separator}│ {#keys}󰍛 Memory", "key": "{#separator}│ {#keys}󰍛 Memory"
}, },
{ {
"type": "disk", "type": "disk",
"key": "{#separator}│ {#keys}󰋊 Disk (/)", "key": "{#separator}│ {#keys}󰋊 Disk (/)",
"folders": "/", "folders": "/"
}, },
{ {
"type": "battery", "type": "battery",
"key": "{#separator}│ {#keys}󱐋 Battery", "key": "{#separator}│ {#keys}󱐋 Battery"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}│", "format": "{#1}│"
}, },
{ {
"type": "colors", "type": "colors",
"key": "{#separator}│", "key": "{#separator}│",
"symbol": "circle", "symbol": "circle"
}, },
{ {
"type": "custom", "type": "custom",
"format": "{#1}╰───────────────────────────────╯", "format": "{#1}╰───────────────────────────────╯"
}, }
], ]
} }
-2
View File
@@ -14,5 +14,3 @@ window-width = 100
window-padding-x = 5 window-padding-x = 5
window-padding-y = 5 window-padding-y = 5
window-padding-balance = true window-padding-balance = true