Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.19k stars 130 forks source link

CPU Monitor Click Through #400

Closed Oliver-Bagin closed 4 months ago

Oliver-Bagin commented 4 months ago

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

Jean-Tinland commented 4 months ago

This is really nice! I like the extensible system allowing to choose in which terminal to run any command.

Thank you for your work!