Initialize
This commit is contained in:
92
.config/fastfetch/config.jsonc
Normal file
92
.config/fastfetch/config.jsonc
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"modules": [
|
||||
"break",
|
||||
{
|
||||
"type": "title",
|
||||
"format": "{6} on {8}",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "┌───────────── {#1}✨ Software ✨{#} ─────────────┐",
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " \udb82\udcc7 OS ",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " \ue712 Kernel ",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " \uf1b2 Packages",
|
||||
"format": "{2} (pacman), {43} (flatpak)",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " \uf489 Terminal",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " \uf4df Shell ",
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": " \udb86\udc76 DE ",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "└──────────────────────────────────────────┘",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "┌───────────── {#1}✨ Hardware ✨{#} ─────────────┐",
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " \uf4bc CPU ",
|
||||
"format": "{1}",
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " \udb81\ude1a GPU ",
|
||||
"format": "{1} {2}",
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " \udb80\udf5b Memory",
|
||||
"format": "{2}",
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": " \udb81\udce1 Swap ",
|
||||
"format": "{2}",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " \uf017 Uptime",
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "└──────────────────────────────────────────┘",
|
||||
},
|
||||
],
|
||||
"display": {
|
||||
"color": {
|
||||
"keys": "light_magenta",
|
||||
"separator": "light_magenta",
|
||||
"title": "light_magenta",
|
||||
},
|
||||
"separator": " \uf061 ",
|
||||
},
|
||||
// "logo": {
|
||||
// "source": "~/.config/fastfetch/logo.png",
|
||||
// "width": 30,
|
||||
// "padding": {
|
||||
// "left": 2,
|
||||
// "right": 2,
|
||||
// "top": 1
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user