This is a fork theme coming from https://github.com/xovox/es-theme-RetroCRT-240p, adapted for rgbuntu/rbux systems (https://github.com/rgb-x).
-
Installation
- In terminal console write: git clone --recursive https://github.com/jujigar/es-theme-RetroCRT-240p.git
-
Supports
- Basic View with MASSIVE TEXT
- Detailed View
- Video View
-
Unsupported
- Grid View, but this may come at some point
- The big gallery has all of my pics.
For the MAME logos with rotated text
convert mame.png \
-fuzz 1% \
-trim +repage \
-scale x329 \
/tmp/mame.png
convert \
-size 329x120 xc:transparent \
-font zorque \
-fill "#296ca2" \
-pointsize 135 \
-gravity center \
-annotate +0+0 "${year}" \
-rotate 90 \
/tmp/${year}.png
montage \
-background none \
/tmp/mame.png \
/tmp/$year.png \
-geometry +1+1 \
mame-${year}.png