From 2e6d52c4aeb87c7f62776265ddd5fb5b6e11ef86 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 3 Sep 2019 21:10:28 +0100 Subject: [PATCH] bugfix typo --- README.md | 4 +++- gui | 2 +- play | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef8ef68..2382d85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Internet radio selector GUI designed for use on a touchscreen audio device (O2 Joggler in this case). +# Internet radio selector GUI. + +Designed to go fullscreen on a touchscreen device. # Requirments diff --git a/gui b/gui index f75d0cf..1c9c64e 100755 --- a/gui +++ b/gui @@ -65,7 +65,7 @@ export MAIN_DIALOG case $1 in -d | --dump) echo "$MAIN_DIALOG" ;; - *) $GTKDIALOG --space-expand=true --space-fill=true --program=MAIN_DIALOG ;; + *) $GTKDIALOG -G +10000 +10000 --space-expand=true --space-fill=true --program=MAIN_DIALOG ;; esac killall mpv diff --git a/play b/play index f5658f4..f633061 100755 --- a/play +++ b/play @@ -1,6 +1,6 @@ #!/bin/bash killall mpv -echo "ict-title: " >> /tmp/play +echo "icy-title: " >> /tmp/play echo "---------------" >> /tmp/play echo $1 >> /tmp/play mpv --quiet $1 >> /tmp/play 2>&1 &