From 2474d09d5e9669ed6eb1d52c5a25e6b10d37252e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 13 Feb 2014 13:27:56 -0600 Subject: [PATCH] Set desktop background to solid grey background. --- .osx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.osx b/.osx index 84fb023..0d31cf5 100644 --- a/.osx +++ b/.osx @@ -6,6 +6,8 @@ # 10.9.2), and sets up preferences and configurations for all the built-in # services and apps. Third-party app config should be done elsewhere. # +# @see: http://secrets.blacktree.com/?showapp=com.apple.finder +# # @author Jeff Geerling, 2014 # Based on .osx file from https://github.com/mathiasbynens/dotfiles. @@ -50,6 +52,9 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false # Disable smart dashes as they’re annoying when typing code defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false +# Set background to dark-grey color +sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/Library/Desktop Pictures/Solid Colors/Solid Gray Dark.png'" + ############################################################################### # SSD-specific tweaks # ###############################################################################