test #1

Closed
ptrcnull wants to merge 2 commits from test into master
Showing only changes of commit 576f455dde - Show all commits

View file

@ -20,8 +20,6 @@ func notify(msg string) {
var targetFlag = flag.Int("target", 15, "when to send the alert")
func main() {
flag.Parse()
sent := false
for {
capacity, err := os.ReadFile("/sys/class/power_supply/BAT0/capacity")