Great job, I like it, but is it possible to add to the installer a dock that is much less transparent, and more opaque with a white-blue tint, that looks exactly like the one in OS X Tiger ? Would be much appreciated. Thanks.
Thank you very much for packaging that!
Is there any chance someone could make the conventional 2D dock a lighter grey? It's quite dark right now. It'd also help dim the indicator lights.
I won't likely create any more dock styles than what exists now. However if anyone wants to make an alteration or new style I can include that if they upload the source used to build their version of the BlackDock bundle.
I do plan to post at least one further version of the installer that has a rainbow dock option (random color each boot) a fix for the uninstaller that closes the simbl uninstaller properly and updated credits to include cocoaDialog.
cDock isn't meant to be a catch all dock customizer. Plus I have no real cocoa experience and this app only exists because of the convenience of Platypus and cocoaDialog which let me create a few basic cocoa elements.
If you want to edit the indicator lights or other parts of the dock you can still do so manually. The indicator lights are located here:
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_medium.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_medium@2x.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_side_medium.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_side_medium@2x.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_side_small.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_side_small@2x.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_small.png
/System/Library/CoreServices/Dock.app/Contents/Resources/indicator_small@2x.png
**
If you want to experiment with perfecting the look of the 2D dock install Xcode and check out this
BlackDock source (with added comments and the positioning fix).
Once you have Xcode installed just double click the BlackDock.xcodeproj and it will open the project
Next select BlackDock.m which is the file that you need to make alterations to. The comments I've made describe how to make some basic alterations.
Once you've made changes build the BlackDock.bundle by clicking the play symbol and copy paste the build to ~/Library/Application Support/SIMBL/Plugins . Finally open terminal.app and run these two commands:
osascript -e 'tell application "Dock" to quit'
osascript -e 'tell application "Dock" to inject SIMBL into Snow Leopard'