-
Hi there, Basically, when using "gpu" module, with specific format, we can use {7} to get total memory:
While it works fine, it doesn't respect the " Here's sample config with hardcoded example of what Im trying to achieve: {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "none"
},
"display": {
"size": {
"maxPrefix": "MB",
"ndigits": 0
},
"temp": {
"unit": "CELSIUS",
"ndigits": 0
},
"stat": true
},
"modules": [
{
// This one is missing "temp"
"type": "gpu",
"key": "GPU - Default"
},
{
// This one has unwanted mem clock(?)
"type": "gpu",
"key": "GPU - Default+temp",
"temp": true
},
{
// Displayed in bytes instead MiB
"type": "gpu",
"key": "GPU - Actual",
"temp": true,
"driverSpecific": true,
"format": "{2} ({7}){?4} - {4}{?} [{6}]"
},
{
// Expected result
"type": "gpu",
"key": "GPU - Expected",
"temp": true,
"driverSpecific": true,
"format": "NVIDIA GeForce RTX 4090 (24142 MiB) - {#green}49°C {#}[Discrete]"
}
]
} Im using latest 2.16 version installed from winget, if that matters.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed in the dev branch.
It's GPU core clock |
Beta Was this translation helpful? Give feedback.
Fixed in the dev branch.
It's GPU core clock