💄 Added nerdicons to scripts
This commit is contained in:
parent
a852bd47df
commit
ac9b042fa9
5 changed files with 13 additions and 7 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