From efd42ea3e5802db22aae85e909069af62cf850f2 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 28 Mar 2023 09:40:37 -0400 Subject: [PATCH] Increase Notification Font Size --- README.org | 2 +- theme.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)