jaeger Posted November 21, 2007 Share Posted November 21, 2007 Leopard Tweaking - Terminal Codes <H4 class=bigger>Dock</H4> Stacks, Activate Mouse Over Gradient defaults write com.apple.dock mouse-over-hilte-stack -boolean YESkillall Dock Stacks, Deactivate Mouse Over Gradient defaults write com.apple.dock mouse-over-hilte-stack -boolean NOkillall Dock New Stacks Folder, Recent Application defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'killall Dock Two Dimensional Dock defaults write com.apple.dock no-glass -boolean YESkillall Dock Three Dimensional Dock defaults write com.apple.dock no-glass -boolean NOkillall Dock <H4 class=bigger>Safari</H4> Font Size, Set Minimum Value defaults write com.apple.Safari WebKitMinimumFontSize 13defaults write com.apple.Safari WebKitMinimumFixedFontSize 14killall Safari Font Size, Disable Minimum Font Size defaults delete com.apple.Safari WebKitMinimumFontSizedefaults delete com.apple.Safari WebKitMinimumFixedFontSizekillall Safari Safari Bookmarks, Disable Fav-Icons killall Safaricd ~/Library/Safarirm WebpageIcons.dbln -s /dev/null WebpageIcons.db Safari Bookmarks, Enable Fav-Icons Drag and drop the original WebpageIcons.db into ~ ▸ Library ▸ Safari Warning For the next command lines, you will be using sudo command that will affect the whole system. Next command lines will be harmless as long as they are correctly typed (but I suggested you to copy and paste them directly to your Terminal). If you want to play around with sudo command lines, do it for your own risk. <H4 class=bigger>Menu Bar</H4> Solid White Menu Bar sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1 Grayish Menu Bar sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0 Translucent Menu Bar sudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' <H4 class=bigger>Finder</H4> Sidebar, Change Headings cp /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/LocalizableCore.strings ~Open LocalizableCore.strings and search for SD5. Change the headings strings as you like; Don't forget to save. Then type into Terminal : sudo cp ~/LocalizableCore.strings /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/killall Finder Link to comment https://www.insanelymac.com/forum/topic/72543-leopard-tweaking-terminal-codes/ Share on other sites More sharing options...
CLiDE FTW!!1 Posted November 21, 2007 Share Posted November 21, 2007 That mouseover grid trick is cool! Thanks! Link to comment https://www.insanelymac.com/forum/topic/72543-leopard-tweaking-terminal-codes/#findComment-513733 Share on other sites More sharing options...
Rammjet Posted November 21, 2007 Share Posted November 21, 2007 Solid White Menu Bar sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1 Grayish Menu Bar sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0 In the above commands, try using a number between 0 and 1 like 0.62: sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0.62 To give the menubar some color: http://www.manytricks.de/fallback/menubartint Or use LeoColorBar to set a new color behind the menubar: http://homepage.mac.com/mdsw/md%20softworks.html To make the menubar and Dock hide when using particular applications: http://www.macosxhints.com/article.php?sto...070118003804854 Link to comment https://www.insanelymac.com/forum/topic/72543-leopard-tweaking-terminal-codes/#findComment-513820 Share on other sites More sharing options...
macgirl Posted November 21, 2007 Share Posted November 21, 2007 Hey, welcome back ! Link to comment https://www.insanelymac.com/forum/topic/72543-leopard-tweaking-terminal-codes/#findComment-514024 Share on other sites More sharing options...
cmdshft Posted November 21, 2007 Share Posted November 21, 2007 sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0.62 Doesn't seem to do anything... Link to comment https://www.insanelymac.com/forum/topic/72543-leopard-tweaking-terminal-codes/#findComment-514210 Share on other sites More sharing options...
Recommended Posts