Add correct fonts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user