View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1015
Originally Posted by thedead1440 View Post
Hi could someone show me how tweak PP looks like. i've installed it but there's no visible effect. also is it dependent on being on blanco theme. if so could someone link me to its workings so that i can apply it on the theme i'm using.

thanks.
for spinner:
sed -i 's/show-launch-progress.*/show-launch-progress: true;/' /usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
sed -i -e '/LauncherButtonProgressIndicatorStyle.*/d' /usr/share/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchviews-modified-default.css
echo 'LauncherButtonProgressIndicatorStyle:launching {base-image-name: "spinnerinverted";number-of-frames: 10;}' >> /usr/share/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchviews-modified-default.css



for progress:
sed -i 's/show-launch-progress.*/show-launch-progress: true;/' /usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
sed -i -e '/LauncherButtonProgressIndicatorStyle.*/d' /usr/share/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchviews-modified-default.css
echo 'LauncherButtonProgressIndicatorStyle:launching {base-image-name: "progress";number-of-frames: 21;}' >> /usr/share/themes/base/meegotouch/libmeegotouchhome/style/libmeegotouchviews-modified-default.css
 

The Following 4 Users Say Thank You to Schturman For This Useful Post: