From 91918d767fb1132b5eddd0409d0b93adbe36b16e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 23 Sep 2011 20:59:16 +0300 Subject: Show remaining battery time; hide percentage. --- .osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 97d2e13..216f966 100755 --- a/.osx +++ b/.osx @@ -10,6 +10,10 @@ defaults write com.apple.dock showhidden -bool true # Disable menu bar transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false +# Show remaining battery time; hide percentage +defaults write com.apple.menuextra.battery ShowPercent -string "NO" +defaults write com.apple.menuextra.battery ShowTime -string "YES" + # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" -- cgit v1.2.3