Compare commits

..

1 commit

Author SHA1 Message Date
KemoNine d260b81ed4 Update to use Go based UI 2020-08-28 18:52:12 -04:00

View file

@ -57,7 +57,7 @@ tput civis
exec </dev/tty1 >/dev/tty1 2>/dev/tty1 exec </dev/tty1 >/dev/tty1 2>/dev/tty1
#echo 2 > /sys/class/graphics/fbcon/rotate_all #echo 2 > /sys/class/graphics/fbcon/rotate_all
ALBUM_PATH=\`cat /etc/default/fim_albums\` ALBUM_PATH=\`cat /etc/default/fim_albums\`
/usr/bin/fim --verbose --no-commandline --no-history \ /usr/bin/fim --verbose --no-commandline --no-history --etc-fimrc /usr/local/etc/fimrc \
--device /dev/fb0 --vt 1 \ --device /dev/fb0 --vt 1 \
--execute-commands-early "clear" --final-commands "clear" \ --execute-commands-early "clear" --final-commands "clear" \
--execute-commands 'while(1){display;sleep "300";next;}' \ --execute-commands 'while(1){display;sleep "300";next;}' \