webOS Nation Forums >  Homebrew >  webOS themes > Pacman Theme
Pacman Theme

  Reply
 
LinkBack Thread Tools Display Modes
Old 08/05/2009, 05:06 PM   #1 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default Pacman Theme

Screenshot
1screenshot.jpg

Download
pacman.zip

Included:

*Blank boxes that you can add your own app names to using Photoshop or Gimp.

*Launcher icon.

*Wallpaper

How to theme your Palm Pre

Upload your themed icons to your favorite storage or photo site.

In terminal type this:

Code:
sudo mount -o remount,rw /
In terminal navigate to the first application that is on your bar. Mine is the browser so we'll start off with that.

Code:
 cd /usr/palm/applications/com.palm.app.browser/
Then type:

Code:
sudo mv icon.png  icon.png.backup
<--if you plan on theming your Pre a lot I would recommend that after the first backup you ignore this step and from then on use this command-->
Code:
sudo rm icon.png
This way, your original Palm Pre icons will remain as backup and each time you theme you aren't wasting space by keeping old themed icons.

Next:

Code:
sudo wget (url of where your browser icon is located)
Now let's say your next icon on your quick launch bar is the camera.

Type:

Code:
sudo cd /usr/palm/applications/com.palm.app.camera/
Code:
sudo mv icon.png  icon.png.backup
Code:
sudo wget (url of where your browser icon is located)
Continue on with the next app by changing directory (cd), making backups (mv), and downloading your icon (wget). The only deviation from the above would be with the calendar. The icons (all 31 of them) can be found here: "/usr/palm/applications/com.palm.app.calendar/images/launcher".

Launcher icons can be found here: "/usr/lib/luna/system/luna-applauncher".

All icons have to be named icon.png, unless you are changing the calendar icons. They have to be in named as such icon-1.png, icon-2.png.

If you've downloaded an icon that has a different filename type this:

Code:
sudo mv faultyfilenamehere.png icon.png
Also, just a quick rundown on what some of these commands mean.

cd =change directory
mv = rename
rm = remove
wget = download
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Thanked By: esc1
Old 08/09/2009, 04:11 PM   #2 (permalink)
Member
 
Join Date: Jul 2009
Posts: 36
Likes Received: 0
Thanks: 5
Thanked 7 Times in 6 Posts
Default

Hah, good work yet again Sarah. Looks good.
steveapos is offline   Reply With Quote
Old 08/09/2009, 04:14 PM   #3 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default

Quote:
Originally Posted by steveapos View Post
Hah, good work yet again Sarah. Looks good.
Thanks, this is my favorite, and I was hoping it would get some love :-D
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 09/21/2009, 03:36 PM   #4 (permalink)
Member
 
Join Date: Jun 2009
Posts: 49
Likes Received: 0
Thanks: 15
Thanked 6 Times in 6 Posts
Default

Sorry to bring back an old topic, but I was wondering if anyone was working on bringing this into the Theme Library? I hope so!
flare576 is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0