This is eventually going to evolve into a bigger theme. So stay tuned.
Breakdown:
Music.apk = Themed music widget
Settings.apk = Themed power control widget
Installation:
- Code: Select all
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/Music.apk /system/app
cp /sdcard/Settings.apk /system/app
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot

DOWNLOAD
Credits:
Alldroid IRC and DroidLife IRC for the pointers.