1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

add -sel clip to getspotify title funcion

This commit is contained in:
Luna 2023-05-24 22:56:47 +02:00
parent 15cd34a320
commit ba6e5930d1

View file

@ -21,7 +21,7 @@ escfpath(){
# Need to have spotify url in clipboard
getSpotifyTitle(){
curl -s $(xclip -o) | fq -r .html.head.title
curl -s $(xclip -sel clip -o) | fq -r .html.head.title
}
if [[ ! -z "NOTICA_URL" ]]; then