From e0d30cfb7d1d4f28d28c9ae887fa1439d34891ea Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:50:00 +0300 Subject: [PATCH] make battery notification red --- config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 317b0c0d..ee27aefc 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -635,6 +635,8 @@ gears.timer { title = "Battery Warning\n", text = "Battery is lower than 15%.\nStatus is " .. tonumber(stdout) .. "%.", timeout = 3, + bg = "#ff0000", + fg = "#ffffff", } end end