homepage tinkering
This commit is contained in:
@@ -150,7 +150,29 @@ in {
|
|||||||
widget = {
|
widget = {
|
||||||
type = "glances";
|
type = "glances";
|
||||||
url = "http://localhost:${port}";
|
url = "http://localhost:${port}";
|
||||||
metric = "sensor:Package id 0";
|
metric = "sensor:Tctl";
|
||||||
|
chart = false;
|
||||||
|
version = 4;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"GPU Radeon" = {
|
||||||
|
widget = {
|
||||||
|
type = "glances";
|
||||||
|
url = "http://localhost:${port}";
|
||||||
|
metric = "sensor:junction";
|
||||||
|
chart = false;
|
||||||
|
version = 4;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"GPU Intel" = {
|
||||||
|
widget = {
|
||||||
|
type = "glances";
|
||||||
|
url = "http://localhost:${port}";
|
||||||
|
metric = "sensor:Composite";
|
||||||
chart = false;
|
chart = false;
|
||||||
version = 4;
|
version = 4;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user