summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk8
1 files changed, 3 insertions, 5 deletions
diff --git a/clerk b/clerk
index 58f17b9..6fef369 100755
--- a/clerk
+++ b/clerk
@@ -555,13 +555,11 @@ dplayQueue () {
fi
select="-selected-row $POS"
- help_text=$(echo -e "${delete}: Delete - ${crop}: Crop - ${clear}: Clear - ${suspend}: Suspend - ${resume}: Resume\n${moveup}: Move Up - ${movedown}: Move Down - ${goalbum}: Go to Album - ${gotrack}: Go to Track - ${rate}: Rate\n${load}: Load Playlist - ${loadrss}: Load RSS - ${save}: Save Playlist" | column -s '-' -t)
+ help_text=$(echo -e "${delete}: Delete - ${crop}: Crop - ${moveup}: Move Up - ${goalbum}: Go to Album - ${suspend}: Suspend - ${load}: Load Playlist\n${clear}: Clear - ${rate}: Rate - ${movedown}: Move Down - ${gotrack}: Go to Track - ${resume}: Resume - ${save}: Save Playlist" | column -s '-' -t)
line1=$(echo "${help_text}" | head -1)
- line2=$(echo "${help_text}" | head -2 | tail -1)
- line3=$(echo "${help_text}" | tail -1)
+ line2=$(echo "${help_text}" | tail -1)
HELP="<span color='$help_color'>${line1}
-${line2}
-${line3}</span>"
+${line2}</span>"
songs () {
tracklist="{ printf \"%.4s\t%.${track_width}s\t%.${title_width}s\t%.${artist_width}s\t%.${date_width}s\t%.${album_width}s\n\", \$1, \$2, \$3, \$4, \$5, \$6, \$7, \$8 }"