Skip to content

Commit

Permalink
Add command for making the menu bar dark in full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 9, 2013
1 parent 792de44 commit 36a9c70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ sudo nvram SystemAudioVolume=" "
# Menu bar: keep transparency
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false

# Menu bar: switch to dark menu bar in full screen mode
defaults write -g NSFullScreenDarkMenu -bool true

# Menu bar: show remaining battery time (on pre-10.8); hide percentage
defaults write com.apple.menuextra.battery ShowPercent -string "NO"
defaults write com.apple.menuextra.battery ShowTime -string "YES"
Expand Down

1 comment on commit 36a9c70

@kevinSuttle
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BAM.

screen shot 2013-12-08 at 10 38 38 pm

Please sign in to comment.