aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"