💄 Added nerdicons to scripts

This commit is contained in:
z3rOR0ne 2022-09-04 21:08:35 -07:00
parent a852bd47df
commit ac9b042fa9
5 changed files with 13 additions and 7 deletions

View file

@ -3,7 +3,7 @@
while true ; do
PWRLVL=$(cat /sys/class/power_supply/BAT1/capacity)
if [ "$PWRLVL" -le 15 ] ; then
notify-send "Battery is at 15%!!";
notify-send "Battery is at 15%!!";
sleep 300s;
else
sleep 60s;