aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-23 20:59:16 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-23 20:59:16 +0300
commit91918d767fb1132b5eddd0409d0b93adbe36b16e (patch)
tree619e8335c12974164c0432c1a99b136d26455d08 /.osx
parent7c4634235606414d6819148780ad057d4442e649 (diff)
downloaddotfiles-91918d767fb1132b5eddd0409d0b93adbe36b16e.tar.gz
dotfiles-91918d767fb1132b5eddd0409d0b93adbe36b16e.tar.bz2
dotfiles-91918d767fb1132b5eddd0409d0b93adbe36b16e.zip
Show remaining battery time; hide percentage.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
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"