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

update(readme): added extra options to how to run section. #20

Merged
merged 4 commits into from
Aug 17, 2024

Conversation

ashwinjadhav818
Copy link
Contributor

Added a section to use yasb with the installer given in the releases.

@amnweb
Copy link
Owner

amnweb commented Aug 16, 2024

Maybe add some note about the installer that is still unstable and crashing can be expected when the config is changed?
Also, I'm tired and can't thinking :( but please let me know why we need to import function_map inside base?

@ashwinjadhav818
Copy link
Contributor Author

Added a note about the installer being unstable.

The function_map is needed inside base so that in-build widgets like volume, wifi, battery can also use the functions on their callbacks not only custom widgets.

@amnweb
Copy link
Owner

amnweb commented Aug 16, 2024

So if you call quick_settings from callbacks on_left, it should be triggered from all widgets. Did you try this?
Something like this ?

callbacks:
  on_left: "quick_settings"

@ashwinjadhav818
Copy link
Contributor Author

yeahh but it should be exec quick_settings

@amnweb amnweb merged commit 0f6602f into amnweb:main Aug 17, 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

Successfully merging this pull request may close these issues.

2 participants