From 186031aa75290e303303dd2e60a3654c96ab4462 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 26 Feb 2023 01:41:41 +0100 Subject: =?UTF-8?q?Add=20=F0=9F=9A=A8=20emoji=20to=20alert=20related=20lab?= =?UTF-8?q?el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index d9fe7a9..7067706 100644 --- a/rc.lua +++ b/rc.lua @@ -867,14 +867,14 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio text = "Notification d'énergie : " .. ( notify_bat and "activée" or "désactivée" )}) end, - {description = "Toggle battery warning", group = "awesome"}), + {description = "Toggle battery warning 🚨", group = "awesome"}), awful.key({ modkey, "Control" }, "b", function () notify_ram = not notify_ram naughty.notify({ preset = naughty.config.presets.normal, timeout=1, text = "Notification de ressource RAM: " .. ( notify_ram and "activée" or "désactivée" )}) end, - {description = "Toggle RAM limite warning", group = "awesome"}), + {description = "Toggle RAM limite warning 🚨", group = "awesome"}), awful.key({ modkey, "Shift" }, "e", function () notify_email = not notify_email @@ -882,7 +882,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio text = "Notification d'email : " .. ( notify_email and "activée" or "désactivée" )}) end, - {description = "Toggle email warning", group = "awesome"}), + {description = "Toggle email warning 🚨", group = "awesome"}), awful.key({ modkey, "Control" }, "t", showHideWibox), -- cgit v1.2.3