Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. sak.naxete
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by sak.naxete

    • RE: Mute Script

      @anton That's great to know, I hadn't noticed it. I will try to commit more scripts as soon as I have some time to play with it 😃

      Thanks for this amazing update, I really love it!! I want to experiment a bit with some IoT capabilities, I will let you know!

      posted in Flic Mac Client
      sak.naxete
      sak.naxete
    • Mute Script

      Well, I Love this. Using my flic to control my Mac is just AWMPGHDFHGIFDGHIDF... SO MUCH WIN!

      So feel free to re-use this. I have searched a little bit over the internet to create an script that mutes my Mac when I press my Flic. Here is the code:

      #!/usr/bin/osascript
      set _muted to (get (output muted of (get volume settings)))
      if _muted is false then
      set volume with output muted
      else
      set volume without output muted
      end if

      Just paste it into a "script.AppleScript" file, and give it execute permissions > $ chmod +x script.AppleScript
      And it will be ready for you to use with the app!

      Source: http://leafraker.com/2007/11/13/mute-system-volume-with-apple-script-and-quicksilver/

      Cheers and keep doing great things!

      posted in Flic Mac Client
      sak.naxete
      sak.naxete