Jump to content

Boofeast

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Boofeast

  1. I like very minimal themes and would like to try removing the result icon from the UI. I best I can do through the Alfred UI is to make them small (16px?). Can they be removed completely, or be made to something like 0px? I tried exporting/editing/importing the theme with iconSize as 0, but it reverts to 16 on import. Thanks!

  2. I <3 Alfred.

     

    I have a workflow that uses a python (run) script. The script uses some modules that have been pip3 installed. Python3 has been installed via brew, which puts the executable in different places based on the architecture type (intel v. m1). I used to use the location of the exec in my script:

     

    #!/usr/local/bin/python3

     

    and changed to the following:

     

    #/usr/bin/env python3

     

    The script works great outside of my Alfred workflow but fails when invoked through Alfred with as ModuleNotFound error.  Any advice on what I am missing? THANKS!

     

     

×
×
  • Create New...