5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
title=$(playerctl --player=spotify metadata title)
|
|
echo "${title::40}"
|