gamehelp16 / now-clocking

A conky widget that shows now playing information when music is playing or a clock when music is not playing.
15 stars 19 forks source link

issue with sh #4

Closed sysadmin-info closed 4 years ago

sysadmin-info commented 4 years ago

If anyone have issue with sh, and the cover is not displaying, open these files: spotifyart cmusart and change #!/bin/sh to #!/bin/bash additionally in spotifyart change url=${test/https:\/\/open.spotify.com/http:\/\/i.scdn.co} to url=${test/https:\/\/open.spotify.com/https:\/\/i.scdn.co}

(added https instead of http)

Then open np npart and change exec sh to exec bash

sysadmin-info commented 4 years ago

Issue solved.

gamehelp16 commented 4 years ago

Hello! Since this conky widget was originally intended for my own personal use only, when making it I didn't really give too much thought about "future proofing" it nor trying to make the code clean. All I cared about was just to make the widget work for me, so it isn't surprising if some issues might arise for some people thus some fixes need to be done. So, I just want to say thank you for submitting this issue and #3 as well ;)