Jump to content

Dasblatz

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Dasblatz

  1. now I got it to work Unsigned Extension Warning By default, PopClip will display a warning dialog when you try to install your own extension, because it is not digitally signed by Pilotmoon Software. If you find this gets annoying while you are testing your work, you can turn off the warning. Run the following command at the Terminal, then Quit and restart PopClip: defaults write com.pilotmoon.popclip LoadUnsignedExtensions -bool YES Please be aware that PopClip extensions can contain arbitrary executable scripts. Be careful about the extensions you create, and be wary about loading extensions you get from someone else. Proceed at your own risk.
  2. Thanks but Popclip tell it is not valid?
  3. Popclip needs an updated extension for Alfred v4 😫
  4. Thanks great work! 🤩 I hope that the Alfred-Creator will implement a automatic solution soon into Alfred.app for Mojave. Workflows will help for now but this is not what it should like to be on macOS 🤔
  5. Mojave doesn’t take care for this, but there is a small app called NightOwl which uses also Sunset/Sunrise NightOwl Link
  6. Would be nice if this workflow can change the used Alfred theme as well when switching to dark mode <-> light mode, Can this be implemented or can I add this to workflow on my own? Solved it, it’s just on additional line at the end of your script. Just put in your preferred dark and light theme. Exchange this on „lightmode“ -Script tell application "System Events" tell appearance preferences set dark mode to false end tell end tell tell application "Alfred 3" to set theme "Alfred macOS" Exchange this on „darkmode“ -Script tell application "System Events" tell appearance preferences set dark mode to true end tell end tell tell application "Alfred 3" to set theme "Alfred macOS Dark" Exchange this on „togglemode“ -Script tell application "System Events" tell appearance preferences set dark mode to not dark mode end tell end tell tell application "Alfred 3" to set theme "Alfred macOS"
×
×
  • Create New...