MrAu Posted March 31, 2019 Share Posted March 31, 2019 (edited) Hi, This workflow lets you quickly toggle macOS Accessibility grayscale setting: I complied the code from this stack exchange discussion https://apple.stackexchange.com/a/342551 so I could quickly execute it in Alfred. Download it here https://github.com/fxjkhr/alfred-workflows/tree/master/Toggle-Grayscale Edited December 9, 2019 by MrAu selfmade69 1 Link to comment
wandering Posted September 21, 2019 Share Posted September 21, 2019 Got a 404. So I made one myself: You can find it here: https://www.packal.org/workflow/grayscale-switch Ian Robert Douglas 1 Link to comment
Ian Robert Douglas Posted October 13, 2019 Share Posted October 13, 2019 On 9/21/2019 at 10:32 PM, wandering said: Got a 404. So I made one myself: You can find it here: https://www.packal.org/workflow/grayscale-switch Very nice. Could this be forked to toggle Reduce Transparency? There's a bug in Mojave that messes with VLC and some other media players, making them unusable unless Reduce Transparency is unchecked. So if I want to play a video with VLC, I have to go first to System Preferences / Accessibility / Display and uncheck "Reduce transparency". It would be great to have a toggle workflow for Alfred for this. I tried amending your code with "reduceTransparency" instead of grayscale, but that isn't working. Link to comment
MrAu Posted October 22, 2019 Author Share Posted October 22, 2019 On 10/13/2019 at 1:51 AM, Ian Robert Douglas said: Very nice. Could this be forked to toggle Reduce Transparency? There's a bug in Mojave that messes with VLC and some other media players, making them unusable unless Reduce Transparency is unchecked. So if I want to play a video with VLC, I have to go first to System Preferences / Accessibility / Display and uncheck "Reduce transparency". It would be great to have a toggle workflow for Alfred for this. I tried amending your code with "reduceTransparency" instead of grayscale, but that isn't working. I googled around and found this thread https://stackoverflow.com/a/33383159 Will running this command do what you're asking? Not sure if a reboot/re-logging-in is needed. defaults write com.apple.universalaccess reduceTransparency 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now