Introducing Electrolite: A Lightweight Open-Source Battery Charge Manager for ASUS Laptops
Electrolite is a new open-source battery charge manager designed specifically for ASUS laptops. It allows users to easily toggle their battery charge limit between 80% and 100% without the bloat of existing software. The application is lightweight, running silently in the system tray and providing real-time battery telemetry.
- ▪Electrolite is a free, open-source utility built in C# / .NET 8 for ASUS laptop owners.
- ▪The application allows users to set their battery charge limit to either 80% for desk use or 100% for full charging before leaving home.
- ▪Electrolite is designed to be lightweight, with a single .exe file size of approximately 1.2 MB.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948920) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ali Karbasi Posted on May 29 • Originally published at alikarbasi.com Introducing Electrolite: A Lightweight Open-Source Battery Charge Manager for ASUS Laptops #dotnet #news #opensource #asus 🤖 AI summary: This article introduces Electrolite, a free and open-source Windows system tray utility built in C# / .NET 8 for ASUS laptop owners who want quick, no-nonsense control over their battery charge limit.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).