-- ╭─────────────────────────────────────────────────────────╮ -- │ WINDOW │ -- ╰─────────────────────────────────────────────────────────╯ return { -- Set the initial size initial_cols = 180, initial_rows = 38, -- Set the window padding window_padding = { left = 0, right = 0, top = 10, bottom = 0, }, -- Set the animation framerate animation_fps = 120, }