fix: fixed mouse scaling issue
This commit is contained in:
parent
b979eb98bf
commit
a057918d24
7 changed files with 27 additions and 13 deletions
|
@ -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)"..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue