Initial commit

This commit is contained in:
2025-06-25 19:09:03 +02:00
commit 98b193dc0b
9 changed files with 101 additions and 0 deletions

6
battery-thresholds Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Current Thresholds"
echo ""
echo "Start: $(cat /sys/class/power_supply/BAT0/charge_start_threshold)%"
echo "Stop: $(cat /sys/class/power_supply/BAT0/charge_stop_threshold)%"