From 9e6d4751192b8461975398e19a58e6bdbe4355d6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 Apr 2020 04:22:32 +0200 Subject: [PATCH] added max notification image size --- .config/awesome/themes/hanez/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index 4bcd0da8..fa203301 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -25,6 +25,7 @@ theme.border_marked = "#91231c" theme.icon_theme = "Adwaita" theme.icon_size = "22x22" theme.icon_path = "/usr/share/icons/"..theme.icon_theme.."/"..theme.icon_size.."/legacy/" +theme.notification_icon_size = 100; -- There are other variable sets -- overriding the default one when