othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.
MIT License
208 stars 24 forks source link

feat: added dynamic menu bar option #70

Closed will09122000 closed 1 year ago

will09122000 commented 1 year ago

Description

Dynamic menu bar changes colour based on the state of the auto clicker. Option is defaulted to off. Orange = Counting down to start Green = Auto clicker running

Unfortunately, this is only available from macOS 12 and up. I hope this isn't a big problem since the minimum deployment is only macOS 11.

Related Issue

#65

Motivation and Context

I wanted to be able to view the state of the auto clicker at a glance, without having to go the menu bar item and click it.

How Has This Been Tested?

Tested as best as I can. Not been tested on MacOS 11, but I believe I put the correct restrictions in places.

Types of changes

Checklist

othyn commented 1 year ago

Wow, okay this PR sent me down a complete rabbit hole. It's not something you did and more a usecase I need to accomodate for.

I'll do a writeup on the issue as its more visible.