Merge pull request #2899 from OpenSauce04/battery-full-no-alt

Make battery estimate inaccessible in the "Full" state on default config
This commit is contained in:
Alexis Rouillard 2024-02-09 10:54:22 +01:00 committed by GitHub
commit 4d076a71f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"critical": 15
},
"format": "{capacity}% {icon}",
"format-full": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",