Skip to content

Instantly share code, notes, and snippets.

@pialechini
pialechini / battery-alarm-notifier.bash
Created April 21, 2024 18:41
Battery Alarm Notifier
#!/bin/bash
# Description
# ===========
# This script monitors the battery status on Linux systems
# and notifies the user if the battery is either charging
# and above 80% or discharging and below 20%. This script
# can be scheduled to run periodically using cron or
# other scheduling utilities. if you decide to use cron,
# run "crontab -e" and add the following line: