A lightweight Tkinter GUI to toggle TLP between normal and full-charge battery modes.
Project description
Battery Boost
A lightweight Tkinter GUI to toggle TLP between normal battery optimization mode and temporary full-charge mode ( tlp fullcharge ).
Overview
Battery Boost provides an easy-to-use interface for switching between normal and full-charge battery profiles using TLP. It's designed for users who want to extend their battery lifespan by maintaining optimal charge levels during normal use, while having quick access to full charging when needed.
Features
- Toggle Between Profiles: Switch between default TLP settings and full-charge mode
- Automatic Authentication: Enter your password once - the app maintains sudo privileges while running
- Battery Status Display: View current charge levels and threshold settings
- Theme Support: Choose between light and dark themes
- Adjustable Font Sizes: Scale the interface to your preference
- Terminal Integration: When run from terminal, displays status information for debugging
Requirements
- Linux with TLP installed and configured
- Python 3.10+
- sudo privileges for TLP commands
Installation
-
Ensure TLP is installed on your system:
sudo apt install tlp tlp-rdw # For Debian/Ubuntu # or sudo dnf install tlp tlp-rdw # For Fedora -
Clone this repository or download the script:
git clone https://github.com/SteveDaulton/tlp-battery-boost.git cd tlp-battery-boost -
Make the script executable (optional):
chmod +x battery_boost.py
Usage
To launch the graphical interface:
./battery_boost.py
# or
python3 battery_boost.py
The app will:
- Prompt for your sudo password
- Initialize TLP to default settings
- Show the current battery status
- Provide a button to toggle between default and full-charge modes
Command Line Options
./battery_boost.py --help
-f, --font-size [1-5]: Set font size (1=smallest, 5=largest, default=3)
-t, --theme [light|dark]: Choose color theme (default: light)
-v, --version: Show version information
Examples
Large font with dark theme
./battery_boost.py -f 5 -t dark
Small font for compact displays
./battery_boost.py --font-size 1
How It Works
- Default Mode: Uses TLP's standard battery preservation settings (typically 80% charge limit)
- Full Charge Mode: Temporarily disables charge limits to charge the battery to 100%
- Authentication: Caches sudo credentials for 10 minutes to avoid repeated password prompts
- Status Monitoring: Uses
tlp-stat -bto display current battery thresholds and charge levels
For more information about TLP, see https://linrunner.de/tlp/.
Security Notes
- Your password is only used for initial sudo authentication and is immediately cleared from memory
- Your password is never written to disk.
- The sudo session is cleared and privileges are revoked on exit.
- No network connections are made - everything runs locally
Troubleshooting
TLP not found error:
- Ensure TLP is installed and in your PATH
- Verify TLP is properly configured for your system
Authentication issues:
- Make sure you have sudo privileges
- Check that your password is correct
Battery status not showing:
- Verify your system's battery is detected by TLP
- Check that sudo tlp-stat -b works from the command line
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
License
Licensed under the GNU General Public License v3.0.
Note: This application requires TLP to be properly configured for your specific hardware. Some battery conservation features may not be available on all systems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tlp_battery_boost-1.0.0.tar.gz.
File metadata
- Download URL: tlp_battery_boost-1.0.0.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cbb544388d0dcbd76c00946963c5dca36a24c3a9ae148d06f4ee67d0e90e10b
|
|
| MD5 |
c0e645c2b7f12c8b7b28bb936f49727e
|
|
| BLAKE2b-256 |
522182eceea6674b30eee83c0625fa02852417fa368abb9d02343e2c7ae4ecf7
|
File details
Details for the file tlp_battery_boost-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tlp_battery_boost-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dd8e418eb72d35910eb1a474ea0ec1ef5b02dc64e491769abaacf77f3e2f7c2
|
|
| MD5 |
408cc81eea7f456a3584c2ccd6440285
|
|
| BLAKE2b-256 |
ceb6a9d3a776c69b010ea21440b6f3ee298492a479a70f28d51d846f1cb4e8b8
|