Add correct fonts

This commit is contained in:
2025-12-28 22:28:26 +00:00
parent a818813877
commit 85295ae4d8
35 changed files with 626 additions and 257 deletions
+6 -3
View File
@@ -4,8 +4,11 @@ namespace Metrics
{
struct Memory
{
float used;
float available;
float total;
float mem_used;
float mem_available;
float mem_total;
float swap_used;
float swap_total;
float swap_available;
};
} // namespace Metrics