Small notification changes
This commit is contained in:
		| @ -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) | ||||
| 	} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user