From 1f5ce2438982860529e43f8ddf093164b920724a Mon Sep 17 00:00:00 2001 From: ailurux Date: Tue, 10 Sep 2024 15:58:03 +1000 Subject: Rename set_style to set_subject --- lua/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/main.lua') diff --git a/lua/main.lua b/lua/main.lua index f79b0e87..9be94e83 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -43,7 +43,7 @@ local function init_ui() radius = 8, pad_all = 2, }) - theme.set_style(container, "pop_up") + theme.set_subject(container, "pop_up") container:Label { text = string.format("Volume %i%%", pct), text_font = font.fusion_10 -- cgit v1.2.3