Skip to content

Instantly share code, notes, and snippets.

@Nicolab
Created October 30, 2025 17:43
Show Gist options
  • Save Nicolab/be053686dc4ca2839d6507f11953c2ea to your computer and use it in GitHub Desktop.
Save Nicolab/be053686dc4ca2839d6507f11953c2ea to your computer and use it in GitHub Desktop.
Disable Mac Solarium (Liquid Glass)

Command:

sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && sudo tee /Library/Preferences/FeatureFlags/Domain/SwiftUI.plist <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Solarium</key>
<dict>
<key>Enabled</key>
<false/>
</dict>
</dict>
</plist>
EOF

Then reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment