We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect disk usage showing in menu bar. For example, EUL is showing 323Gb free, but Finder is showing 428Gb free
Screenshots
Context
Debug Output
⚙️ loaded data from user defaults preference { "showRAMTopActivities" : false, "fontDesign" : "default", "language" : "en", "networkRefreshRate" : 3, "checkStatusItemVisibility" : true, "showIcon" : true, "textDisplay" : "compact", "showCPUTopActivities" : false, "cpuMenuDisplay" : "usagePercentage", "smcRefreshRate" : 1, "temperatureUnit" : "celius", "showNetworkTopActivities" : false, "appearance" : "auto", "upgradeMethod" : "autoUpdate" } SMC init error unknown(kIOReturn: -536870206, SMCResult: 0) 🔋 battery info 100 100 0 0 true false good acPower 🔋 battery info 100 100 0 0 true false good acPower ⚙️ loaded data from user defaults EulComponent { "activeComponents" : [ "Disk" ], "showComponents" : true, "availableComponents" : [ "GPU", "Battery", "Network", "CPU", "Memory" ] } ⚙️ loaded data from user defaults EulMenuComponent { "availableComponents" : [ "Bluetooth", "CPU", "GPU", "Memory", "Battery", "Network", "Disk" ], "activeComponents" : [
], "showComponents" : true } shell with ["system_profiler SPDisplaysDataType -xml"] ⚙️ loaded data from user defaults componentConfig { "converted" : true, "configs" : [ { "showGraph" : false, "networkPortSelection" : "", "component" : "Memory", "showIcon" : true, "diskSelection" : "" }, { "showGraph" : false, "networkPortSelection" : "", "component" : "Network", "showIcon" : true, "diskSelection" : "" }, { "diskSelection" : "", "showIcon" : true, "component" : "Battery", "showGraph" : false, "networkPortSelection" : "" }, { "diskSelection" : "", "showIcon" : true, "component" : "GPU", "showGraph" : false, "networkPortSelection" : "" }, { "diskSelection" : "", "showIcon" : true, "component" : "CPU", "showGraph" : false, "networkPortSelection" : "" }, { "diskSelection" : "Macintosh HD", "showIcon" : false, "component" : "Disk", "showGraph" : false, "networkPortSelection" : "" } ] } ⚙️ loaded data from user defaults CpuTextComponent { "activeComponents" : [ "usagePercentage", "temperature" ], "availableComponents" : [ "loadAverage1Min", "loadAverage5Min", "loadAverage15Min" ], "showComponents" : true } ⚙️ loaded data from user defaults GpuTextComponent { "availableComponents" : [ "temperature" ], "showComponents" : true, "activeComponents" : [ "usagePercentage" ] } ⚙️ loaded data from user defaults DiskTextComponent { "showComponents" : true, "activeComponents" : [ "free" ], "availableComponents" : [ "usagePercentage", "usage", "total" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Incorrect disk usage showing in menu bar.
For example, EUL is showing 323Gb free, but Finder is showing 428Gb free
Screenshots
Context
Debug Output
⚙️ loaded data from user defaults preference {
"showRAMTopActivities" : false,
"fontDesign" : "default",
"language" : "en",
"networkRefreshRate" : 3,
"checkStatusItemVisibility" : true,
"showIcon" : true,
"textDisplay" : "compact",
"showCPUTopActivities" : false,
"cpuMenuDisplay" : "usagePercentage",
"smcRefreshRate" : 1,
"temperatureUnit" : "celius",
"showNetworkTopActivities" : false,
"appearance" : "auto",
"upgradeMethod" : "autoUpdate"
}
SMC init error unknown(kIOReturn: -536870206, SMCResult: 0)
🔋 battery info 100 100 0 0 true false good acPower
🔋 battery info 100 100 0 0 true false good acPower
⚙️ loaded data from user defaults EulComponent {
"activeComponents" : [
"Disk"
],
"showComponents" : true,
"availableComponents" : [
"GPU",
"Battery",
"Network",
"CPU",
"Memory"
]
}
⚙️ loaded data from user defaults EulMenuComponent {
"availableComponents" : [
"Bluetooth",
"CPU",
"GPU",
"Memory",
"Battery",
"Network",
"Disk"
],
"activeComponents" : [
],
"showComponents" : true
}
shell with ["system_profiler SPDisplaysDataType -xml"]
⚙️ loaded data from user defaults componentConfig {
"converted" : true,
"configs" : [
{
"showGraph" : false,
"networkPortSelection" : "",
"component" : "Memory",
"showIcon" : true,
"diskSelection" : ""
},
{
"showGraph" : false,
"networkPortSelection" : "",
"component" : "Network",
"showIcon" : true,
"diskSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "Battery",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "GPU",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "CPU",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "Macintosh HD",
"showIcon" : false,
"component" : "Disk",
"showGraph" : false,
"networkPortSelection" : ""
}
]
}
⚙️ loaded data from user defaults CpuTextComponent {
"activeComponents" : [
"usagePercentage",
"temperature"
],
"availableComponents" : [
"loadAverage1Min",
"loadAverage5Min",
"loadAverage15Min"
],
"showComponents" : true
}
⚙️ loaded data from user defaults GpuTextComponent {
"availableComponents" : [
"temperature"
],
"showComponents" : true,
"activeComponents" : [
"usagePercentage"
]
}
⚙️ loaded data from user defaults DiskTextComponent {
"showComponents" : true,
"activeComponents" : [
"free"
],
"availableComponents" : [
"usagePercentage",
"usage",
"total"
]
}
The text was updated successfully, but these errors were encountered: