Increase Notification Font Size

This commit is contained in:
Sravan Balaji
2023-03-28 09:40:37 -04:00
parent 42c59b47ff
commit efd42ea3e5
2 changed files with 2 additions and 2 deletions

View File

@@ -876,7 +876,7 @@ local menu_width = dpi(200)
local taglist_square_size = dpi(5)
local notification_font = "Ubuntu Nerd Font"
local notification_font_size = dpi(12)
local notification_font_size = dpi(13)
local notification_border_color = xrdb.color2
local notification_shape = shape.rounded_rect
local notification_width = dpi(700)

View File

@@ -18,7 +18,7 @@ local menu_width = dpi(200)
local taglist_square_size = dpi(5)
local notification_font = "Ubuntu Nerd Font"
local notification_font_size = dpi(12)
local notification_font_size = dpi(13)
local notification_border_color = xrdb.color2
local notification_shape = shape.rounded_rect
local notification_width = dpi(700)