feature(homepage-dashboard) adding widgets and fixing sensors

This commit is contained in:
2025-08-31 18:47:00 +02:00
parent f22f925b83
commit 9bbb6b0b2e

View File

@@ -156,6 +156,23 @@ in
longitude = 16.324541; longitude = 16.324541;
}; };
} }
{
datetime = {
text_size = "x1";
format = {
hour12 = false;
timeStyle = "short";
dateStyle = "long";
};
};
}
{
resources = {
label = "";
memory = true;
disk = [ "/" ];
};
}
]; ];
services = services =
@@ -238,7 +255,7 @@ in
widget = { widget = {
type = "glances"; type = "glances";
url = "http://localhost:${port}"; url = "http://localhost:${port}";
metric = "sensor:Composite"; metric = "sensor:pkg";
chart = false; chart = false;
version = 4; version = 4;
}; };