make battery notification red

This commit is contained in:
Sakooooo 2023-08-14 00:50:00 +03:00
parent 2636930dd4
commit e0d30cfb7d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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