diff --git a/README.org b/README.org index 5da57f0..e70d3b3 100644 --- a/README.org +++ b/README.org @@ -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) diff --git a/theme.lua b/theme.lua index e8af53f..c019431 100644 --- a/theme.lua +++ b/theme.lua @@ -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)