rice fastfetch

This commit is contained in:
2025-07-07 22:24:24 +03:00
parent a9bc482bd5
commit b77b06c7f5

View File

@@ -3,6 +3,9 @@
"logo": {
"source": "/home/ocbwoy3/.config/fastfetch/boykisser.txt"
},
"display": {
"color": "blue"
},
"modules": [
{
"type": "title",
@@ -10,7 +13,7 @@
"format": " {user-name-colored}{at-symbol-colored}{host-name-colored} :3"
},
"separator",
"break",
{
"type": "os",
@@ -24,8 +27,22 @@
"host",
"uptime",
"cpu",
"gpu",
"break",
{
"type": "cpu",
"format": "{cores-logical}x {name} @ {freq-base} {temperature}",
"temp": true
},
{
"type": "gpu",
"format": "{vendor} {name} [{type}] {temperature}",
"temp": true
},
"break",
"memory",
"disk",
@@ -46,6 +63,13 @@
"break",
{
"type": "weather",
"location": "Latvia"
},
"break",
{
"type": "media",
"key": "Song",
@@ -59,6 +83,9 @@
"break",
"colors"
{
"type": "colors",
"symbol": "circle"
}
]
}