updates homepage widgets
This commit is contained in:
parent
3818e5ba5b
commit
27b742a4b2
1 changed files with 5 additions and 1 deletions
|
|
@ -18,9 +18,13 @@
|
||||||
resources = {
|
resources = {
|
||||||
cpu = true;
|
cpu = true;
|
||||||
cputemp = true;
|
cputemp = true;
|
||||||
|
units = "metric";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
resources = {
|
||||||
memory = true;
|
memory = true;
|
||||||
uptime = true;
|
uptime = true;
|
||||||
units = "imperial";
|
|
||||||
network = true;
|
network = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue