Skip to content

Instantly share code, notes, and snippets.

@erickacevedor
Forked from Nicolab/disable-mac26-solarium.md
Created November 23, 2025 06:05
Show Gist options
  • Select an option

  • Save erickacevedor/e8907267c892b8f1afa99207e990daee to your computer and use it in GitHub Desktop.

Select an option

Save erickacevedor/e8907267c892b8f1afa99207e990daee 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