Jump to content

Don Dahl

Member
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Don Dahl

  1. Hi Shawn.

     

    I've noticed that in your screenshot you've icons alongside the rest of the infos. Somehow that doesn't show at my end. I've had this workflow since '13 and just saw the update on Packal and updated. Maybe thats what causing issues? Cheers

  2. That script's nifty! But I believe you'd have to manually adjust the number of seconds (1800.0, in that example) to match your own settings. Below is a much more compact script adapted from one of the comments on the OS X Hints page that you linked to. It achieves the desired effect by simply setting the wallpaper change interval to itself.

     

    tell application "System Events"
    	tell current desktop
    		set initInterval to get change interval -- Get current interval setting
    		set change interval to initInterval -- Reset interval setting
    	end tell
    end tell
    
    
    And here's the finished Workflow :-)

    Skip%20Wallpaper.png

    Download: Skip Wallpaper

    Keyword: skip

     

    EDIT: This is all assuming that you've got "Change Picture" enabled in System Preferences > Desktop & Screensaver > Desktop. If you've got your wallpaper set to a static image and want something to change it to another static image then the solution would be a little more involved.

     

     

    Subject22 can you supply a new link for this workflow please? Thanks in advance 

    (mainly because i like the icon you've added - i dunno how to add that myself ;D

  3. I've just had the time to try your work out. It seems to work smoothly including the bitly support. However regardless of the amount of screenshots i take i can't seem to get the ssmanager to work. It just shows "No results".

     

    I'm using the plain standard pattern but i don't think it makes any difference. Anybody else having this issue?

     

    Edit:

    My folder structure is what you recommend in your description. /Dropbox/Public/Screenshots/

  4. Hi thightower

     

    I've switched to v2 just now and it seems that i have an issue. When using "clouds on/off" i get a blank notification with no results cloud wise. It works great when triggering individually though. 

     

    Thanks for a great workflow, it's very useful.

  5. I find it odd that no-one has replied to this mate. I haven't tried your wf myself, but if it works as described it'd be a free alternative to different commercial solutions like Paragon NTFS and Tuxera NTFS.

     

    Before i try it out would you say that i can replace the software descried above in favor for an alfred workflow? 

     

    Thanks for your work. Good job =)

  6. This should be more obvious, but that would be virtually impossible to do. If you said "match 13,99" what pattern exactly are you matching?

    • 5 characters of any sort?
    • 2 characters of any sort + any punctuation mark + 2 characters of any sort?
    • 2 numbers + comma + 2 numbers?
    • Any number of numbers + (period or comma or semicolon) + any number of characters?

    There are simply too many patterns that could match that output, and without human intervention, no software would know which one satisfies your needs. But it's a lovely idea.  ;)

     

    Oh well that makes a lot of sense. Thanks for elaborating! Perhaps i should stop being lazy and just RTFM! 

×
×
  • Create New...