mirror of
https://github.com/don-philipe/knorke.git
synced 2025-11-08 14:57:02 +01:00
Fix battery low notification text
This commit is contained in:
@@ -74,7 +74,7 @@ gears.timer {
|
|||||||
destroy = function ()
|
destroy = function ()
|
||||||
low_notification = false
|
low_notification = false
|
||||||
end,
|
end,
|
||||||
text = tostring(err) })
|
text = tostring(percent) .. "%" })
|
||||||
low_notification = show ~= nil
|
low_notification = show ~= nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user