Initial commit: Battery Life Optimization toolkit with TLP and PowerTOP

- Complete installation and uninstallation scripts
- Optimized TLP configuration for maximum battery life
- PowerTOP analysis and auto-tune functionality
- Real-time battery monitoring with detailed stats
- ThinkPad-specific optimizations and battery thresholds
- Comprehensive documentation and usage guides
- Tested on ThinkPad T14 Gen 1 with 13% power reduction
This commit is contained in:
root
2025-09-29 12:58:11 +02:00
commit ff38460eeb
11 changed files with 2296 additions and 0 deletions

24
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,24 @@
<!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file -->
# Battery Life Optimization Workspace
This workspace focuses on Linux laptop power management using TLP and PowerTOP.
## Project Context
- **Purpose**: Optimize laptop battery life through proper power management configuration
- **Target OS**: Linux (Debian/Ubuntu primarily)
- **Tools**: TLP (Advanced Power Management), PowerTOP (Power consumption analyzer)
## Key Components
- Installation and setup scripts
- Optimized TLP configuration files
- PowerTOP monitoring and tuning tools
- Battery status monitoring scripts
- Documentation and usage guides
## Development Guidelines
- Focus on practical, tested power management solutions
- Include safety checks in all scripts
- Provide clear documentation for each configuration option
- Support common Linux distributions
- Include rollback options for configuration changes