Small notification changes

master
Mark 2022-07-16 11:59:14 -07:00
parent 22f682c024
commit dc4eba2266
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 5 deletions

View File

@ -25,11 +25,11 @@ local overrides = function(theme)
--theme.notification_height = --theme.notification_height =
theme.notification_margin = 0 theme.notification_margin = 0
theme.notification_padding = theme.dpi(8) theme.notification_padding = theme.dpi(2)
theme.notification_border_color = theme.color.white theme.notification_border_color = theme.color.black
theme.notification_border_width = 2 theme.notification_border_width = 0
theme.notification_opacity = 1 theme.notification_opacity = 1
theme.notification_corner_radius = theme.dpi(25) theme.notification_corner_radius = theme.dpi(2)
-- Generate notification shape -- Generate notification shape
theme.notification_shape = function(cr, w, h) theme.notification_shape = function(cr, w, h)
@ -55,7 +55,7 @@ local overrides = function(theme)
ontop = true, ontop = true,
margin = theme.dpi(5), margin = theme.dpi(5),
border_width = theme.dpi(1), border_width = theme.dpi(1),
position = "top_middle" position = "bottom_right"
--screen int Defaults to awful.screen.focused. (optional) --screen int Defaults to awful.screen.focused. (optional)
} }