update gsnotify-arm,bug fix,ShutDownWhenLowPower ignores when GS is Charging

This commit is contained in:
cuu 2019-01-07 21:55:07 +08:00
parent 4837bfcf60
commit ee3ddb54a7
3 changed files with 11 additions and 2 deletions

12
.cpirc
View File

@ -12,8 +12,16 @@ then
mpd ~/.mpd.conf
if [[ $SCREEN =~ .*320.* ]]
then
startx /home/cpi/launcher/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1
while :
do
startx /home/cpi/launcher/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1
sleep 1
done
else
startx /home/cpi/launcher/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1
while :
do
startx /home/cpi/launcher/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1
sleep 1
done
fi
fi

Binary file not shown.

1
sys.py/gsnotify/md5sum Normal file
View File

@ -0,0 +1 @@
9fb0c99e7fcee01fb9ead0d15ea0e8f5 gsnotify-arm