From c42eda88150d42e8b0d7b8b0170d43e5953c3e87 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 21 May 2026 16:04:57 -0500 Subject: limit max notification icon size --- theme.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme.lua') diff --git a/theme.lua b/theme.lua index e36d994..1b8c616 100644 --- a/theme.lua +++ b/theme.lua @@ -64,6 +64,9 @@ beautiful.calendar_header_bg_color = "#333333" beautiful.calendar_header_border_color = "#222222" beautiful.calendar_header_border_width = beautiful.border_width +-- notifications +beautiful.notification_icon_size = 480 -- limit max icon size + -- set border on clients client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) -- cgit v1.2.3