Small notification changes
parent
22f682c024
commit
dc4eba2266
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue