[gnome] Add draw-on-gnome and update others

This commit is contained in:
2026-03-12 10:22:16 -04:00
parent cebe3b9ce5
commit aeca09611a
61 changed files with 8808 additions and 6 deletions

View File

@ -333,7 +333,11 @@ other: Other
## [v55] - 2025-07-18
### Other
- The warning message when thresholds do not match has been modified.
## [v56] - 2025-09-30
### Added
- Gnome 49 support
- Gnome 49 support
## [V56] - 2026-02-25
### Other
- Update translations
- This was the last update. I invite you to check out my other project: [Preserve Battery Health](https://extensions.gnome.org/extension/8389/preserve-battery-health/). Thank you all!
- Unmaintained

View File

@ -1,8 +1,8 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "Enable/Disable battery threshold on Lenovo Thinkpad laptops.\n\nIf you mainly use the system with the AC power adapter connected and only use the battery sporadically, you can increase battery life by setting the maximum charge value to less than 100%. This is useful because batteries that are used sporadically have a longer lifespan when kept at less than full charge.",
"description": "Enable/Disable battery threshold on Lenovo Thinkpad laptops.\n\nIf you mainly use the system with the AC power adapter connected and only use the battery sporadically, you can increase battery life by setting the maximum charge value to less than 100%. This is useful because batteries that are used sporadically have a longer lifespan when kept at less than full charge.\n\nUnfortunately, it's no longer possible or practical for me to maintain this extension. Since GNOME includes a native option to enable and disable battery charge thresholds, this option is more practical and stable, so I'll stop implementing options or fixing bugs in this project to focus on my other extension, which is much simpler and easier to maintain: https://extensions.gnome.org/extension/8389/preserve-battery-health/ \nThank you all for your support, and I invite you to check out my other project.",
"gettext-domain": "thinkpad-battery-threshold@marcosdalvarez.org",
"name": "Thinkpad Battery Threshold",
"name": "Thinkpad Battery Threshold [Unmaintained]",
"settings-schema": "org.gnome.shell.extensions.thinkpad-battery-threshold",
"shell-version": [
"46",
@ -12,5 +12,5 @@
],
"url": "https://gitlab.com/marcosdalvarez/thinkpad-battery-threshold-extension",
"uuid": "thinkpad-battery-threshold@marcosdalvarez.org",
"version": 55
"version": 56
}