Jump to content

Blur — Set Alfred's background blur radius


Recommended Posts

Hi Tyler, version 1.1 is working well for me, except that "Blur is set to" doesn't update when I change the blur radius. Instead, it always says "Blur is set to 0 of 15". The actual blur radius does change.

Edited by paulw
Link to comment

Hi Tyler, version 1.1 is working well for me, except that "Blur is set to" doesn't update when I change the blur radius. Instead, it always says "Blur is set to 0 of 15". The actual blur radius does change.

 

Thanks for the notice! Try downloading again; I've updated the workflow to v1.1.1 to fix this issue :)

Link to comment
  • 2 months later...

Tyler,

 

This helpful little guy broken in v2.4:277. Now you can set the blur under Appearance->Options, and the problem is that, at least when syncing is set to true, the preference is stored in a different plist, namely:

/path/to/sync/folder/Alfred.alfredpreferences/preferences/local/[HASH]/appearance/options/prefs.plist

The workflow could easily be fixed by checking to see if the new environmental variables (+=2.4:277) are set, and, if so, constructing the path from those to set it in the correct plist.

Link to comment

Tyler,

This helpful little guy broken in v2.4:277. Now you can set the blur under Appearance->Options, and the problem is that, at least when syncing is set to true, the preference is stored in a different plist, namely:

/path/to/sync/folder/Alfred.alfredpreferences/preferences/local/[HASH]/appearance/options/prefs.plist
The workflow could easily be fixed by checking to see if the new environmental variables (+=2.4:277) are set, and, if so, constructing the path from those to set it in the correct plist.

I'm undecided about maintaining this workflow. Since v2.4 added a slider for blur, the functionality here is no longer needed. If Alfred has an official way of implementing a feature, I don't like to hack his internal preferences myself.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...