From 3d8f2aeaac5f4d846dd15767b3a474b6db15c792 Mon Sep 17 00:00:00 2001 From: elenapan Date: Wed, 22 Apr 2020 00:58:15 +0300 Subject: [PATCH] Add email icons for amarena and ephemeral notification themes --- config/awesome/notifications/themes/amarena.lua | 2 +- config/awesome/notifications/themes/ephemeral.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/awesome/notifications/themes/amarena.lua b/config/awesome/notifications/themes/amarena.lua index 41d6bc9..4c8fafd 100644 --- a/config/awesome/notifications/themes/amarena.lua +++ b/config/awesome/notifications/themes/amarena.lua @@ -33,9 +33,9 @@ local app_config = { ['mpd'] = { icon = "", title = true }, ['mpv'] = { icon = "", title = true }, ['keyboard'] = { icon = "", title = false }, + ['email'] = { icon = "", title = true }, } --- TODO TODO TODO local urgency_bg = { ['low'] = x.color4, ['normal'] = x.color11, diff --git a/config/awesome/notifications/themes/ephemeral.lua b/config/awesome/notifications/themes/ephemeral.lua index 5acb749..fbbc64f 100644 --- a/config/awesome/notifications/themes/ephemeral.lua +++ b/config/awesome/notifications/themes/ephemeral.lua @@ -50,6 +50,7 @@ local app_config = { ['mpd'] = { icon = "", title = true }, ['mpv'] = { icon = "", title = true }, ['keyboard'] = { icon = "", title = false }, + ['email'] = { icon = "", title = true }, } -- Template