update light icon based on status

This commit is contained in:
mjallen18
2025-06-27 21:38:24 -05:00
parent b2e56a8146
commit ca155505be
2 changed files with 33 additions and 12 deletions

View File

@@ -86,8 +86,11 @@ in
"custom/lights" = {
tooltip = false;
format = "󱉓";
exec = "waybar-hass --get_light light.living_room_lights";
interval = "once";
format = "{text}";#"󱉓";
on-click = "waybar-hass --toggle_light light.living_room_lights";
return-type = "json";
};
temperature = {