fix: fixed mouse scaling issue

This commit is contained in:
moonleay 2024-06-15 00:31:23 +02:00
parent b979eb98bf
commit a057918d24
Signed by: moonleay
GPG key ID: 82667543CCD715FB
7 changed files with 27 additions and 13 deletions

View file

@ -18,7 +18,7 @@ fi
classa=$(playerctl metadata --player=spotify --format '{{lc(status)}}')
if [[ $classa == "playing" ]]; then
icon=""
icon=" "
info=$(playerctl metadata --player=spotify --format '{{artist}} - {{title}}')
if [[ ${#info} > 40 ]]; then
info=$(echo $info | cut -c1-40)"..."