SCARECR0W
Jun 28 2007, 11:29 PM
I just started to not really like the dock - So, I've started hacking on it... Check it out:
Click to view attachment
questionmark
Jun 28 2007, 11:34 PM
Nice job, I really like how you changed the running programs mark on the the bottom of the icon, the blue light on leopard just blends to well with the background to be useful.
SCARECR0W
Jun 28 2007, 11:40 PM
Thanks! Yeah. that was one of my biggest gripes actually.
I left some transparency in this one, but I was using one without transparency, so the icon reflections did not show - which is nice too. Just can't make up my mind which way I prefer.
Only bummer is that you cannot change the shape of the dock, it is stuck as a trapezoid or whatever. I've search through all of the plists, code, etc.. and cannot find it. It must be hardcoded that way, which is a bummer as you wont be able to change the shape nor will you be able to completely remove the background and have a 100% clear dock.
I'm working on the Stacks stuff now - see what can be done with it.
turpentine
Jun 28 2007, 11:51 PM
wanna let me know how to do this? I want to make the running app icon more easy to tell.
SCARECR0W
Jun 28 2007, 11:58 PM
Sure, all of the files are inside the Dock.app which can be found at:
System>Library>CoreServices>Dock
Select the Dock app, and show package contents.
Inside the Content>Resources directory are all of the files for the Dock.
The one you want is called "indicator.png"
The ones for the Dock background are "scurve.png" and "frontline.png"
Hope that helps.
DsurioN
Jun 29 2007, 12:11 AM
Hey I really like your modifications. Could you post the "skin" here so others can enjoy your great work?
turpentine
Jun 29 2007, 12:56 AM
how do i replace the images? if i drop it in from desktop it authenticates then does nothing
Ramm
Jun 29 2007, 01:01 AM
Here's one I made:
SCARECR0W
Jun 29 2007, 01:12 AM
Actually, you can do what I did.. delete the file you want to change from the terminal (sudo rm -rf and then drag the file to be deleted to the terminal window and it should autocomplete the path for you)- then drag the new file into its place in the originals spot in the resources folder which will ask you to authenticate. Then open activity viewer and find the dock process and force quit it.. the dock should quit and then immediately open back up with your changes displayed.
If you try to just move the file from its spot to the trash, it doesn't seem to "take" very well... thats why I outlined the method above - it seems the fastest easiest way and doesn't require loggin out and back in a thousand times.
I stress that you should have a copy of the original files before attempting any of this... and of course, the basic warning - you are altering core system files, so be careful. (there is not much danger in this unless you really muck something up but still be careful)
DsruioN - I will try and put something together once I figure out how to make them into a user-installable skin - right now it's just raw files being put into the resources folder as described above. Eventually I'd like to make a little installer app that allows you to select from a variety of dock styles and then puts the files where they need to go and restarts the dock.
heiesuke
Jun 29 2007, 01:14 AM
U lost me when U went to the terminal. LOL
SCARECR0W
Jun 29 2007, 01:25 AM
Open up the terminal.app
Type "sudo rm -rf " in the terminal window (be VERY careful here, if you mis-type an extra "/" at the end you will literally zero out your harddrive) - again, that is sudo[space]rm[space]-rf[space]
With that typed in, drag the file you want to be deleted onto the terminal window you just typed in. This will autocomplete the path to the file that you are trying to delete into the terminal window just after the sudo rm -rf part from above. Hit return.
You will be asked for your password and possibly given the standard warning about sudo commands.
Then thats it.. the file should be deleted. Now just drop your new revised graphic into the resources folder which should ask you for your password again... once that is done open up the Activity Monitor application. Select "dock" which should be one of the running processes. Then click the red stop sign button. Then click "Force Quit".
Voilą, you're new dock should now be visible.
turpentine
Jun 29 2007, 01:30 AM
thanks, heres mine real quickly done. I'm going to do a few in perspective when I get the time.
Click to view attachmentClick to view attachment
SCARECR0W
Jun 29 2007, 01:32 AM
Nice!
Sabr
Jun 29 2007, 01:34 AM
That's pretty cool - nice work. I wish that Dock was available for Tiger...
- Sabr.
turpentine
Jun 29 2007, 01:41 AM
QUOTE(Sabr @ Jun 28 2007, 09:34 PM)

That's pretty cool - nice work. I wish that Dock was available for Tiger...
- Sabr.
no you don't
Ramm
Jun 29 2007, 01:45 AM
Here are the files for mine if anyone wants them:
Click to view attachment
SCARECR0W
Jun 29 2007, 01:50 AM
lookin' good!
macuser74
Jun 29 2007, 02:27 AM
QUOTE(SCARECR0W @ Jun 28 2007, 09:25 PM)

Open up the terminal.app
Type "sudo rm -rf " in the terminal window (be VERY careful here, if you mis-type an extra "/" at the end you will literally zero out your harddrive) - again, that is sudo[space]rm[space]-rf[space]
With that typed in, drag the file you want to be deleted onto the terminal window you just typed in. This will autocomplete the path to the file that you are trying to delete into the terminal window just after the sudo rm -rf part from above. Hit return.
You will be asked for your password and possibly given the standard warning about sudo commands.
Then thats it.. the file should be deleted. Now just drop your new revised graphic into the resources folder which should ask you for your password again... once that is done open up the Activity Monitor application. Select "dock" which should be one of the running processes. Then click the red stop sign button. Then click "Force Quit".
Voilą, you're new dock should now be visible.
It keeps saying this after I enter my password :
'rm: illegal option -- /
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
What gives???
SCARECR0W
Jun 29 2007, 02:37 AM
No clue, maybe you didn't type things right? Not sure.
Below is how it should look -
sudo rm -rf /System/Library/CoreServices/Dock.app/Contents/Resources/scurve.png
macuser74
Jun 29 2007, 02:41 AM
QUOTE(SCARECR0W @ Jun 28 2007, 10:37 PM)

No clue, maybe you didn't type things right? Not sure.
Below is how it should look -
sudo rm -rf /System/Library/CoreServices/Dock.app/Contents/Resources/scurve.png
Edit: I got it.
Thanks man
Taylor_C
Jun 29 2007, 02:45 AM
I'd much rather just have the standard Tiger dock. I like it a lot better.
turpentine
Jun 29 2007, 02:50 AM
QUOTE(Ramm @ Jun 28 2007, 09:45 PM)

Here are the files for mine if anyone wants them:
Click to view attachmentthat+(
Click to view attachment)my indicator yields:
Click to view attachment
Ramm
Jun 29 2007, 03:04 AM
That's pretty nice looking!
macuser74
Jun 29 2007, 03:06 AM
QUOTE(Ramm @ Jun 28 2007, 11:04 PM)

That's pretty nice looking!
how about yours? will you release them?
Ramm
Jun 29 2007, 03:26 AM
I already did

, scroll three posts up.
Criot
Jun 29 2007, 06:23 AM
How did you turn your dock that black colour?
HiryuSingh
Jun 29 2007, 01:00 PM
Here's my 5 minutes with Photoshop
Click to view attachment
macuser74
Jun 29 2007, 01:45 PM
QUOTE(HiryuSingh @ Jun 29 2007, 09:00 AM)

Here's my 5 minutes with Photoshop
Click to view attachmentNow that one is tight. could you share the moded files?
vernie's garden
Jun 29 2007, 02:20 PM
QUOTE(turpentine @ Jun 28 2007, 09:50 PM)

where did you get the sweet photoshop icon?
The Baron
Jun 29 2007, 02:22 PM
QUOTE(vernie @ Jun 29 2007, 03:20 PM)

where did you get the sweet photoshop icon?
http://www.artofadambetts.com/weblog/?p=190
HiryuSingh
Jun 29 2007, 02:52 PM
QUOTE(macuser74 @ Jun 29 2007, 03:45 PM)

Now that one is tight. could you share the moded files?
Sure.
Click to view attachment
macuser74
Jun 29 2007, 02:54 PM
QUOTE(HiryuSingh @ Jun 29 2007, 10:52 AM)

Thanks friend.
Sherry Haibara
Jun 29 2007, 05:14 PM
Anyone trying hacking the bar on the top?

Sherry Haibara
DAddYE
Jun 29 2007, 07:38 PM
Ciao Sharry,
I just see somewhere an hack for leave the trasparent, and have a normal menu bar.
Take me the time for found it!
Sherry,
found see it on my blog:
http://blog.lipsiasoft.com/articles/2007/0...rra-trasparente
SCARECR0W
Jun 29 2007, 07:54 PM
Ramm
Jun 29 2007, 08:13 PM
That isn't actually a "hack." If you read about how it works, it says it places a window directly behind the menubar.
SCARECR0W
Jun 29 2007, 08:22 PM
Yeah, I agree... not ideal at all... looking for a better solution.
Ramm
Jun 29 2007, 08:47 PM
Damn, where's that extras.rscv (or whatever it's called) located at?
Dream_Team
Jun 29 2007, 09:19 PM
I don't think it will be the same as it did before.
Wanna know why everything looks unfinished on the UI ? Coz they are beta graphics. Aqua was perfect, why would Apple have redone it ? Vector Graphics.
You don't know how the Vector graphics are in the files, surely not pngs as before so I don't think any old program opening that files will work

btw, just do "locate Extras.rsrc"

So here is your answer :
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Resources/
Extras.rsrc is the PPC one Extras2.rsrc is the Intel one.
To try theming, try to install UNO and select the all Unified mode (the whiteish one, not the iTunes one).
tekn04
Jun 29 2007, 10:29 PM
I figured out how to make indicators surrounding the icons i.e. above them and to the sides as well as below them.
You have to create a file in photoshop where the proportions are, say, 50 by 150 (you'll have to base this on the size of your own dock).
The center of this image will always be the point directly below the icon where the indicator usually resides. By working in the top half of the image, you can create decorations surrounding the icon.
It works, but I wasn't sure of any way to put it to good use.
Any ideas?
Ramm
Jun 30 2007, 02:41 AM
I see what you mean. Let me give that a try and post my results.
Unfortunately, that doesn't work. I think that Mac may use the top of the indicator.png image as the reference point (in other words, it always lines up the top of the image with the bottom of the running icon). So, if you make the indicator.png image bigger, it always makes the top hit the bottom the icon.
turpentine
Jun 30 2007, 02:44 AM
QUOTE(tekn04 @ Jun 29 2007, 06:29 PM)

I figured out how to make indicators surrounding the icons i.e. above them and to the sides as well as below them.
You have to create a file in photoshop where the proportions are, say, 50 by 150 (you'll have to base this on the size of your own dock).
The center of this image will always be the point directly below the icon where the indicator usually resides. By working in the top half of the image, you can create decorations surrounding the icon.
It works, but I wasn't sure of any way to put it to good use.
Any ideas?
I think some things could be neat, but it would be a lot more useful if the indicators scaled with the dock size.
DAddYE
Jun 30 2007, 08:49 AM
For girls see my dock:
Women Dock
tekn04
Jun 30 2007, 10:30 AM
That's odd, it was working before for me, and now it's suddenly stopped...
EDIT: Whoops i misnamed the file. It works now!
Picture:
Ramm
Jun 30 2007, 08:18 PM
I still cannot get it to work for me.
Here's my latest dock:

For some reason the image came out darker than what it really is.
Here's a better picture, I think:
tekn04
Jun 30 2007, 08:55 PM
try this indicator:
Ramm
Jun 30 2007, 09:04 PM
Strangely, that works :/
Zorro56
Jun 30 2007, 09:12 PM
Can we replace your Dock.app with the 10.4.x one to get that cool design ? I don't need Leopard right now but I like the new dock, so... Thanks.
Ramm
Jun 30 2007, 09:15 PM
You know...that's a very good question.
* Ramm goes to check

Edit: Nope, it doesn't work.
Zorro56
Jun 30 2007, 09:52 PM
OK thanks for the info, I can wait.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.