 |
 |
changing the toolbar/status bar back to 10.0 style
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
hey all,
do any of you if it's possible to change just the toolbar/status bar bacxk to the thicker striped theme that was in 10.0? i only want to do that and nothing ele, is it possible with one of the theme changer thingys?
cheers for any help
sub
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
It is if someone makes a theme like that.
Someone just needs to use Themepark to edit the 10.2 version of Extras.rsrc by replacing the Menu graphics with those from a 10.0 Extras.rsrc.
I don't have the 10.0 file so I can't do it.
If someone has 10.0 and 10.2 installed (Not very likely) they could maybe do it.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: New York City
Status:
Offline
|
|
I've got my 10.0 CD handy.
Gimme a bit and I'll do it.
BTW, what is the resource
number for the menu background?
I can find it if nobody knows.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Um.. according to a 10.2 theme the resources are:
2028 (Caps)
2029 (Fill)
Then there are a bunch of "Center" resources which are the Apple logo. Two blues and a graphite.
Are you using THemePark? They're named. Just use the filter in the center column to show "menu".
Of course, that's 10.2.. I THINK it was the same numbers in 10.0 as it still calls the Apple "Menu Center" from when it was in the middle in 10.0.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: New York City
Status:
Offline
|
|
Download the Extras.rsrc file at:
http://www.kahloz.net/zachs/Extras.sit
Then place it in:
/System/Library/CoreServices/SystemIcons.bundle/Contents/Resources
(You'll need root access.)
**Make sure you make a backup**
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Better yet. I'll make it easier for ya...
BTW, why is he putting it in there? That's not where the Extras.rsrc file belongs.
Open your Terminal and enter these two commands.
First make the backup:
Code:
sudo cp /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/extras.rsrc ~/desktop/extrasbackup.rsrc
Then download that file to the desktop. Make sure it's named "Extras.rsrc" and enter this command to copy it to the correct place:
Code:
sudo cp ~/desktop/extras.rsrc /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources
I don't know if you can use Sudo without having Root enabled or what have you.
But try it anyway.
When you get the new file copied in there, test it by immediately launching an application like TextEdit or something. If it launches correctly you should see the new menubar.
If not, immediately delete the new "Extras.rsrc" from the desktop and rename the backup file to "Extras.rsrc" and run the second command again to get the old look back.
Edit: PS, after looking at that new Extras.rsrc file, the only thing that looks changed was the Apple. The menubar graphics don't look any different.
(Last edited by Jasoco; Mar 23, 2003 at 02:35 AM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
cheers guys, that helps a lot,i'm going to give it a try, i've got al my disks from 10.0 so will give this a try.
thanks again
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
i forgot to ask, i tried that out and the menubar did change, but i was wonndering if it was possible to change the statusbar/toolbar in finder windows to the 10 .0 version
thanks again
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
What's different between the Finder Toolbars?
Unles you mean how they are in the Beta, then the answer is no. They can not look like buttons.
If you do mean 10.0, there is no difference..
Edit: Oh.. I see what you mean, yes it is darker. But changing that would require someone nowing exactly what pattern resource to change. I have no idea at all. There's so many of them with different darkness versions each. It makes you wonder what patterns are used where.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
em, i remember in 10.0 that the finder toolbar/status bar was much darker, had thicker lines. a bit like the lines that apear on the mainpart of other windows , like the background to prefernce panesin systemprefs or texedit
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Yes. But someone needs to find out which pattern resource the Finder uses for its toolbar. There's a million of them. Many look the same.
It'd take a lot of work to find the right one.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
aah, you're right, all that to mmake my finder window a bit more pretty, lol
p.s. how do i gop about looking for the pattern resources in X
cheers again
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Originally posted by SubGeniux:
aah, you're right, all that to mmake my finder window a bit more pretty, lol
p.s. how do i gop about looking for the pattern resources in X
cheers again
Extras.rsrc.. use ThemePark from GeekSpiff.
Look at all the "ppat" resources.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
thanks for that, i've just downloaded it. will give it a bash, probably end making the finder loook like a commodore 64
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
i did it, managed to find the ppat thingh and changed it, i now have my finder windows looking like 10.0, cheers everyone
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Good! Glad we could help. 
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
yay, cheers for your help jasoco, and everyone else, it seems so trivial too, but i'm a tinkerer. lol
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
Hey, I love customizing my OS! It's my life!
I'm working on a Theme right now and if I do say so myself, it is looking really nice right now. Preview coming later on in the Forum.
BTW.. Which resource was it containing the Toolbar graphic? So I can remember for the future. I'd like to know which patterns go where. I think someone had a guide on this site at one point now that I think of it. I'll go look for it.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Tempe, AZ
Status:
Offline
|
|
There's an extremely limited guide to doing this stuff on my site. But I don't have any info about which ppats do what. I'd love to fill in that section of the tutorial if people have any info for me. 
|
Geekspiff - generating spiffdiddlee software since before you began paying attention.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
I was thinking of one day working on figuring much of it out. Just by slowly one at a time replacing a pattern with a bright color, then hunting it down seeing where it shows up.
But that'll take a LOT of work.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Location: Tempe, AZ
Status:
Offline
|
|
Originally posted by Jasoco:
I was thinking of one day working on figuring much of it out. Just by slowly one at a time replacing a pattern with a bright color, then hunting it down seeing where it shows up.
But that'll take a LOT of work.
You could speed things up by replacing 'em all at once with a whole bunch of different bright colors.
|
Geekspiff - generating spiffdiddlee software since before you began paying attention.
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Location: Home in front of my computer
Status:
Offline
|
|
I was gonna do that anyway. It's still really slow. Between Photoshops huge pause between switching apps and ThemePark's huge pause between selecting different items, it'll take forever.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Mar 2003
Location: Shipped to another country by the US to be tortured so they can avoid Int. law.
Status:
Offline
|
|
hey Jasoco. I know, I've kinda left yhe X interface as it is, I like it a ot, but now and again I get the urge to muck around, it is fun.
The resource for changing the statusbar/toolbar is: 2114 under the ppat menu, I used themepark to change the extras.rsrc file.
looking forward to seeing your theme.
sub
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|