refactor(waybar): set battery full at 75%
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s

This commit is contained in:
Price Hiller 2024-05-04 12:03:34 -05:00
parent 02334f5601
commit dc54831fdf
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -48,7 +48,7 @@
}, },
"tooltip": true, "tooltip": true,
"interval": 30, "interval": 30,
"full-at": 95, "full-at": 75,
"format-time": "~{H}h:{M}m", "format-time": "~{H}h:{M}m",
"format-plugged": "󰚥{icon} {capacity}%", "format-plugged": "󰚥{icon} {capacity}%",
"format-charging": "󱐋{icon} {capacity}%", "format-charging": "󱐋{icon} {capacity}%",
@ -237,4 +237,4 @@
"icon-size": 14 "icon-size": 14
} }
} }
] ]