Skip to content

Instantly share code, notes, and snippets.

View FrytechTV's full-sized avatar

Frytech FrytechTV

View GitHub Profile
@FrytechTV
FrytechTV / macos.md
Created September 26, 2025 19:39 — 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"