2015-10-24 21:33:47 +02:00
|
|
|
#!/bin/bash
|
2015-10-24 20:12:16 +02:00
|
|
|
|
2015-10-24 21:33:47 +02:00
|
|
|
# Reduce Transparency in Menu and Windows
|
|
|
|
defaults write com.apple.universalaccess reduceTransparency -bool true
|
2015-10-24 20:12:16 +02:00
|
|
|
|
2015-10-24 21:33:47 +02:00
|
|
|
# Restore Default Transparency in Menu and Windows
|
|
|
|
defaults write com.apple.universalaccess reduceTransparency -bool false
|