2024-12-29 02:17 : id 44

This commit is contained in:
deadvey 2024-12-29 02:17:50 +00:00
parent 6e426b825e
commit 49f5efde90

View File

@ -513,8 +513,8 @@ in
format = "{}% /";
};
"custom/temperature" = {
format = "{}";
exec = "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//'";
format = " {}";
exec = "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'";
interval = 1;
};
};