From 85e827d213dc3418b376dd5eb02e3e58fabb5eb9 Mon Sep 17 00:00:00 2001 From: elenapan Date: Sun, 5 Jul 2020 16:04:46 +0300 Subject: [PATCH] Fix notification border width not being applied --- config/awesome/notifications/init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/awesome/notifications/init.lua b/config/awesome/notifications/init.lua index 6d8f363..ef7077a 100644 --- a/config/awesome/notifications/init.lua +++ b/config/awesome/notifications/init.lua @@ -7,15 +7,13 @@ local notifications = {} -- Notification settings -- Icon size -- naughty.config.defaults['icon_size'] = beautiful.notification_icon_size +naughty.config.defaults['border_width'] = beautiful.notification_border_width -- Timeouts naughty.config.defaults.timeout = 5 naughty.config.presets.low.timeout = 2 naughty.config.presets.critical.timeout = 12 --- Icon size --- naughty.config.defaults['icon_size'] = beautiful.notification_icon_size - -- >> Notify DWIM (Do What I Mean): -- Create or update notification automagically. Requires storing the -- notification in a variable.