(config) ags: change battery icon ranges

This commit is contained in:
Sakooooo 2024-10-16 11:26:28 +04:00
parent a6defdb54e
commit b8a424dfbe
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -162,7 +162,7 @@ function Volume() {
function BatteryLabel() {
const icons = {
100: "full",
75: "full",
50: "good",
25: "low",
0: "empty",