From dc4eba22661f42661a671f8e2002141ae006bc02 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 16 Jul 2022 11:59:14 -0700 Subject: [PATCH] Small notification changes --- theme/notifications.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/notifications.lua b/theme/notifications.lua index 307eeb6..f43d3ad 100755 --- a/theme/notifications.lua +++ b/theme/notifications.lua @@ -25,11 +25,11 @@ local overrides = function(theme) --theme.notification_height = theme.notification_margin = 0 - theme.notification_padding = theme.dpi(8) - theme.notification_border_color = theme.color.white - theme.notification_border_width = 2 + theme.notification_padding = theme.dpi(2) + theme.notification_border_color = theme.color.black + theme.notification_border_width = 0 theme.notification_opacity = 1 - theme.notification_corner_radius = theme.dpi(25) + theme.notification_corner_radius = theme.dpi(2) -- Generate notification shape theme.notification_shape = function(cr, w, h) @@ -55,7 +55,7 @@ local overrides = function(theme) ontop = true, margin = theme.dpi(5), border_width = theme.dpi(1), - position = "top_middle" + position = "bottom_right" --screen int Defaults to awful.screen.focused. (optional) }