fixing the issues on rendering

This commit is contained in:
2026-02-02 17:08:00 -05:00
parent c915096a4a
commit 1d1448b4c9
3 changed files with 8 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ return {
config = function()
require("notify").setup({
background_colour = "#1a1b26",
fps = 60,
fps = 30,
icons = {
DEBUG = "",
ERROR = "",
@@ -19,7 +19,7 @@ return {
level = 2,
minimum_width = 50,
render = "wrapped-compact",
stages = "fade_in_slide_out",
stages = "static", -- Faster than fade_in_slide_out
timeout = 3000,
top_down = true,
})