Compare commits
No commits in common. "d68beee2b88b862dd809a4df200fae1241a41ce1" and "091d1e8d2b40f11085ba2e2a432447886c551616" have entirely different histories.
d68beee2b8
...
091d1e8d2b
@ -40,7 +40,7 @@ check_notification() {
|
|||||||
turn_off_bluetooth
|
turn_off_bluetooth
|
||||||
|
|
||||||
# Weckersound abspielen
|
# Weckersound abspielen
|
||||||
/data/data/com.termux/files/usr/bin/mpv --replaygain=track --loop=inf /data/scripts/your-new-morning-alarm.ogg &
|
/data/data/com.termux/files/usr/bin/mpv --replaygain=track --loop=inf /product/media/audio/alarms/your-new-morning-alarm.ogg &
|
||||||
|
|
||||||
# Lautstärke erhöhen und Benachrichtigung überprüfen
|
# Lautstärke erhöhen und Benachrichtigung überprüfen
|
||||||
while true; do
|
while true; do
|
||||||
|
|||||||
@ -235,7 +235,7 @@ if [ $current_brightness -eq $end_brightness ] && [ $current_colortemp -eq $end_
|
|||||||
if [ "$SSH_EXECUTED" = false ]; then
|
if [ "$SSH_EXECUTED" = false ]; then
|
||||||
if [ "$DEBUG" = true ]; then
|
if [ "$DEBUG" = true ]; then
|
||||||
echo "DEBUG: Alternative ssh command."
|
echo "DEBUG: Alternative ssh command."
|
||||||
ssh_command "cmd media_session volume scripts/--set 5 --stream 9 && /data/data/com.termux/files/usr/bin/mpv /data/scripts/your-new-morning-alarm.ogg"
|
ssh_command "cmd media_session volume --set 5 --stream 9 && /data/data/com.termux/files/usr/bin/mpv /product/media/audio/alarms/your-new-morning-alarm.ogg"
|
||||||
else
|
else
|
||||||
ssh_command "/data/scripts/morning-alarm.sh > /dev/null"
|
ssh_command "/data/scripts/morning-alarm.sh > /dev/null"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user