X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/6457c4d2c3aebf318a53489189cb638c00d291be..e815650ecceedc5e6b68d8e5571ed8839d1c8d3d:/widgets/alsabar.lua diff --git a/widgets/alsabar.lua b/widgets/alsabar.lua index 8ec5a00..c957dbb 100644 --- a/widgets/alsabar.lua +++ b/widgets/alsabar.lua @@ -56,7 +56,7 @@ function alsabar.notify() local preset = { title = "", text = "", - timeout = 4, + timeout = 5, screen = alsabar.notifications.screen, font = alsabar.notifications.font .. " " .. alsabar.notifications.font_size, @@ -90,7 +90,7 @@ end local function worker(args) local args = args or {} - local timeout = args.timeout or 4 + local timeout = args.timeout or 5 local settings = args.settings or function() end local width = args.width or 63 local height = args.heigth or 1