summaryrefslogtreecommitdiff
path: root/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'theme.lua')
-rw-r--r--theme.lua3
1 files changed, 3 insertions, 0 deletions
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)