Initial commit
This commit is contained in:
6
battery-thresholds
Executable file
6
battery-thresholds
Executable 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)%"
|
Reference in New Issue
Block a user