My OpenBox Linux mod, just wanted to share, and if there are any bitcoin fans, have included the script used in polybar below too
Full Album - https://imgur.com/a/LUGYKIj
Wallpaper: Cassi Josh - https://unsplash.com/photos/ZJRQ3y_J_EQ
Theme: YWFT (my mod of Fantome)
Console: Termite
File Manager:R anger
Music: CMUS
Bar: Polybar, btc and xmr scripts along with current song.
BTC Price Ticker shell script
#!/bin/sh
rate=$(curl -sf curl https://api.coinmarketcap.com/v2/ticker/1/ | grep "price" | grep -oE "[0-9]*\....." | colrm 5 )
rate=$(LANG=C printf "%.2f" "$rate")
echo "$rate "USD