homepage tinkering

This commit is contained in:
2025-07-19 16:22:31 +02:00
parent 011be08947
commit a9dcd029f2

View File

@@ -150,7 +150,29 @@ in {
widget = {
type = "glances";
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;
version = 4;
};