Skip to content

Instantly share code, notes, and snippets.

View thilong's full-sized avatar
💨
Should be quick.

thilong thilong

💨
Should be quick.
  • tyc
  • china
View GitHub Profile
@thilong
thilong / macos.md
Created September 20, 2025 02:12 — forked from sickcodes/macos.md
MacOS Defaults
# Forked from https://gist.github.com/gguerini
# Syntax edits by Sick Codes (GPLv3+)

# 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"