aboutsummaryrefslogtreecommitdiff
path: root/bin/player
diff options
context:
space:
mode:
Diffstat (limited to 'bin/player')
-rwxr-xr-xbin/player4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/player b/bin/player
index 2479b88..f247806 100755
--- a/bin/player
+++ b/bin/player
@@ -120,8 +120,8 @@ formatted_player_title() {
sed 's|^.*/home/andreh/Downloads/||'
)"
fi
- if [ ${#TITLE} -gt 82 ]; then
- printf '%s...\n' "$(printf '%s' "$TITLE" | head -c 80)"
+ if [ ${#TITLE} -gt 62 ]; then
+ printf '%s...\n' "$(printf '%s' "$TITLE" | head -c 60)"
else
printf '%s\n' "$TITLE"
fi