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