fix low battery notif

This commit is contained in:
end-4
2024-03-29 19:04:07 +07:00
parent 6ef0fec4a0
commit 38fd7195ef
3 changed files with 7 additions and 6 deletions
@@ -26,6 +26,9 @@ let configOptions = {
'battery': {
'low': 20,
'critical': 10,
'warnLevels': [20, 15, 5],
'warnTitles': ["Low battery", "Very low battery", 'Critical Battery'],
'warnMessages': ["Plug in the charger", "You there?", 'PLUG THE CHARGER ALREADY'],
},
'music': {
'preferredPlayer': "plasma-browser-integration",