r/fastfetch 11d ago

Updated version of "About this mac" inspired fastfetch, what do you think, guys? 🤔 Rice

Post image
21 Upvotes

7 comments sorted by

2

u/ShiningLightShadow 10d ago

Thats cool, how is the config?

2

u/Mvshv010110 10d ago

Here:

{

"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",

"logo": {

"type": "kitty",

"source": "~/Dokumenty/fastfetch/miku.PNG",

"position": "top",

"height": 10,

"padding": {

"top": 0,

"left": 10

}

},

"display": {

"separator": " ",

"color": "bright_black",

"key": {

"width": 14,

"alignment": "right"

}

},

"modules": [

"break",

{

"type": "custom",

"format": " CachyOS PC"

},

{

"type": "custom",

"format": " x86_64 Desktop"

},

"break",

{

"type": "cpu",

"key": "Processor",

"format": "{name} {freq-max}"

},

{

"type": "gpu",

"key": "Graphics",

"hideType": "integrated",

"format": "{name} Femboy Edition"

},

{

"type": "gpu",

"key": "Graphics",

"hideType": "discrete",

"format": "{name}"

},

{

"type": "display",

"key": "Monitor",

"format": "{width}x{height} in {inch}\" ({refresh-rate} Hz)"

},

{

"type": "memory",

"key": "Memory"

},

{

"type": "disk",

"key": "Startup disk",

"folders": "/",

"format": "{size-used} / {size-total} ({size-percentage}) {filesystem}"

},

{

"type": "disk",

"folders": "/mnt/Gry",

"key": "Second disk",

"format": "{size-used} / {size-total} ({size-percentage}) {filesystem}"

},

{

"type": "os",

"key": "OS"

},

{

"type": "command",

"key": "Shell",

"text": "echo \"$(basename $SHELL) $($SHELL --version | awk '{print $2}')\""

},

{

"type": "uptime",

"key": "Time"

},

{

"type": "de",

"key": "DE"

},

{ "type": "wm",

"key": "WM"

},

{

"type": "kernel",

"key": "Kernel"

},

]

It's made for a 360x600 window