https://www.rainmeter.net/
Someone made a Bitcoin price ticker for it, though I haven't checked this for malware, use at your own risk
https://www.reddit.com/r/Rainmeter/comments/3zyxf3/simple_bitcoin_price_ticker_skin_oc/
Alternatively, you can just make your own widget for Rainmaker using this code:
[Metadata]
Name=simple BTC price ticker
Author=2W2L2R2D
Version=0.3
License=
Information=A simple text bitcoin price ticker using the Coindesk API. Only USD support yet... GBP & EUR implementation doesn't seem hard, if I have some time I'll do it later. If you like it send some love to 1762Xnc7gw4Qd4yCsLnoifCqufnqCL88b8
[Variables]
Currency=USD
;not implemented yet
[MeasureParent]
Measure=Plugin
Plugin=WebParser
URL=http://api.coindesk.com/v1/bpi/currentprice.json
RegExp=rate":"(......)
;play with this regex to manually change to other currency
[MeasureChild1]
Measure=Plugin
Plugin=WebParser
URL=[MeasureParent]
StringIndex=1
[MeterChild1]
Meter=String
MeasureName=MeasureChild1
X=295
Y=0r
W=280
H=32
FontSize=24
FontColor=255,255,255,128
SolidColor=0,0,0,1
Padding=0,0,0,0
StringAlign=Right
AntiAlias=1