throw stuff at git

This commit is contained in:
lynxize 2025-06-02 09:49:02 -06:00
commit 7272fc68c4
Signed by: lynxize
GPG key ID: 8615849B8532CD77
16 changed files with 4040 additions and 0 deletions

92
fastfetch/config.jsonc Normal file
View file

@ -0,0 +1,92 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "kitty"
},
"display": {
"separator": "",
"key": {
"width": 0
},
"color": "blue"
},
"modules": [
"break",
{
"key": " ",
"type": "title",
"format": "{1}@{2}",
"keyWidth": 0,
"outputColor": "cyan"
},
"break",
{
"key": " kernel",
"type": "kernel",
"keyWidth": 12
},
{
"key": " term",
"type": "terminal",
"keyWidth": 12
},
{
"key": " shell",
"type": "shell",
"keyWidth": 12
},
{
"key": "󰇄 wm",
"type": "wm",
"keyWidth": 12
},
"break",
{
"key": "󰍛 cpu",
"type": "cpu",
"format": "{1}",
"keyWidth": 12
},
{ "key": " gpu",
"type": "gpu",
"format": "{2} {4}",
"keyWidth": 12
},
{
"key": "󰉉 disk",
"type": "disk",
"folders": "/",
"keyWidth": 12
},
{
"key": "󰉉 disk",
"type": "disk",
"folders": "/coppermind",
"keyWidth": 12
},
{
"key": " memory",
"type": "memory",
"keyWidth": 12
},
"break",
{
"key": "󰅐 uptime",
"type": "uptime",
"keyWidth": 12,
},
{
"key": " pkgs",
"type": "packages",
"keyWidth": 12
},
"break",
{
"type": "colors",
"symbol": "circle",
"keyWidth": 0
}
]
}