💄 Changed icon for battery low notification
This commit is contained in:
parent
373ba35de8
commit
52187aa3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue