Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing icon by start noTunes application #29

Open
jt3k opened this issue Jun 2, 2022 · 3 comments
Open

Showing icon by start noTunes application #29

jt3k opened this issue Jun 2, 2022 · 3 comments

Comments

@jt3k
Copy link

jt3k commented Jun 2, 2022

it would be great if you could return the display of a hidden icon by launching an already running application

@jt3k jt3k changed the title Showing icon by start Application Showing icon by start noTunes application Jun 2, 2022
@fabiensc0ville
Copy link

Clearly a huge User Experience improvement

@ryouze
Copy link

ryouze commented Jul 22, 2022

You can use the following shell function as a workaround:
notunes-show () { osascript -e 'quit app "noTunes"'; defaults delete digital.twisted.noTunes; open -a noTunes }
It quits the program, re-enables the menu bar icon (as stated in README.md, then starts the program again.

Put it in ~/.zshrc, then either run . ~/.zshrc or re-open the terminal.
Use notunes-show to run the function.

Screen Shot 2022-07-22 at 18 23 21

@jt3k
Copy link
Author

jt3k commented Jul 25, 2022

You can use the following shell function as a workaround:

Thanks for the suggestion. there really is no problem to run a command with a key, it's just that few people do it. usually the program is added to startup and is only remembered when the application music really necessary.

debaraj-barua added a commit to debaraj-barua/.dotfiles that referenced this issue Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants