make battery notification red
This commit is contained in:
parent
2636930dd4
commit
e0d30cfb7d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue