asuefiwehfo

This commit is contained in:
Sakooooo 2024-08-05 05:15:51 +04:00
parent 9de4979878
commit 1d789a6449
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -122,7 +122,7 @@ function Volume() {
function BatteryLabel() { function BatteryLabel() {
const value = battery.percent(); const value = battery.bind("percent").as(p => p > 0 ? p / 100 : 0)
// const icon = battery.bind("percent").as(p => // const icon = battery.bind("percent").as(p =>
// `battery-level-${Math.floor(p / 10) * 10}-symbolic`) // `battery-level-${Math.floor(p / 10) * 10}-symbolic`)