I was seeing spikes in CPU usage in simple bar, I was wondering what was causing the spikes and I found my self naturally clicking on the graph.
This lead me to add clicking on the widget to open a cpu monitor. I know people had different preferences about what should open so I made it configurable. Specifically I added 'top' and 'Activity Monitor' which both ship with macOS. I also added configurability to select which terminal 'top' runs in. I added two terminals "Terminal" and "iTerm2" I think this code has potentially to be useful in other parts of the project, but I cant for the life of me think of any good examples maybe people want to open "Spotify TUI" from simple bar given spotify behaves poorly with yabai?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
There are the following possible options that have been tested:
[✅] User has no CPU Monitor selected in settings
The label is not clickable
[✅] User selects activity monitor in settings
Activity monitor should open up
Top is selected in settings
[✅] User has terminal selected in settings
Terminal should open with top running
[✅] User has iTerm2 selected in settings
iTerm2 should open with top running
[✅] User selects iTerm2 but iTerm2 is not installed
Nothing should happen
Checklist:
[ ✅] My code follows the style guidelines of this project
[ ✅] I have performed a self-review of my code
[✅ ] I have commented my code, particularly in hard-to-understand areas
Description
I was seeing spikes in CPU usage in simple bar, I was wondering what was causing the spikes and I found my self naturally clicking on the graph.
This lead me to add clicking on the widget to open a cpu monitor. I know people had different preferences about what should open so I made it configurable. Specifically I added 'top' and 'Activity Monitor' which both ship with macOS. I also added configurability to select which terminal 'top' runs in. I added two terminals "Terminal" and "iTerm2" I think this code has potentially to be useful in other parts of the project, but I cant for the life of me think of any good examples maybe people want to open "Spotify TUI" from simple bar given spotify behaves poorly with yabai?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
There are the following possible options that have been tested:
Checklist:
Changes to make to the documentation
None