diff options
| author | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-18 14:44:06 +0600 |
|---|---|---|
| committer | Inqiyad Sabr <sabr@ariamath.xyz> | 2025-11-18 14:44:06 +0600 |
| commit | a551557130db41941b4eb03db5ad72571e8f12ed (patch) | |
| tree | aa66272fbbd79bd28c0094b2d1a78eff039e4e66 /cmus-status | |
| parent | ccad4019ce8e83cc7e9f3edb257c78bb51589421 (diff) | |
increased the title track size for the cmus-status, as block size was increased from 64 to 80
Diffstat (limited to 'cmus-status')
| -rwxr-xr-x | cmus-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmus-status b/cmus-status index 9d7c4a4..96f6e95 100755 --- a/cmus-status +++ b/cmus-status @@ -19,7 +19,7 @@ title="${16}" format="${icon} ${artist} - ${album} - ${num}. ${title}" notify-send "🎵 Player" "$album\n$format" -t 3000 -printf "%s %10s - %10s - %s. %40s"\ +printf "%s %12s - %12s - %s. %55s"\ "${icon}" "${artist}" "${album}"\ "${num}" "${title}" printf "%s" "$format" >> $file |