Move bindings to druid, update widgets

This commit is contained in:
Insality
2025-02-18 21:12:56 +02:00
parent 5eaa50552a
commit dd5f619345
10 changed files with 103 additions and 95 deletions

View File

@@ -42,6 +42,9 @@ function M:init()
self.container = self.druid:new_container(self.root)
self.container:add_container(self.mini_graph.container)
local container_content = self.container:add_container("content")
container_content:add_container("text_min_fps")
container_content:add_container("text_fps")
end
@@ -98,4 +101,4 @@ function M:push_fps_value()
end
return M
return M