TheWisker / Cavasik

Audio visualizer based on CAVA
GNU General Public License v3.0
84 stars 4 forks source link

Where is the options to change colors? #1

Closed lexterror closed 1 year ago

lexterror commented 1 year ago

Explanation

Hi, I installed your app on both Elementary Os and Pop Os without flatpak. I dont see any options to change the color of the visualization. Could you please let me know how to do this? Thank you!

Expected Behavior

Easier way to change colors?

Alternative Solutions

No response

Additional Context

No response

Code of Conduct

TheWisker commented 1 year ago

If you hover over the top left corner of the visualizer window you should see a hamburger button. After clicking on it a drop-down menu should appear. One of the options of said menu is "Preferences" which upon click should open the preferences window. Also you can open the preferences window by pressing the P key with the Cavasik application focused.

Then in the bottom bar of the preferences window you need to click "Colors" and that opens up the color configuration tab. From there you can customize the colors, color profiles and color animation.

Here are some screenshots that can be of help:

![2023-07-06_16-57](https://github.com/TheWisker/Cavasik/assets/89247044/7ed7f289-8738-472a-b2a5-ac8f7dacb7b0) ![2023-07-06_16-58](https://github.com/TheWisker/Cavasik/assets/89247044/e776f536-933c-404b-8170-dcbbd72f28a9)
lexterror commented 1 year ago

All those color options are not visible on my panel

TheWisker commented 1 year ago

Could you please provide a screenshot?

lexterror commented 1 year ago

it has to do with the home location of "gi" Ive been working on it since the last post. It cant find the module. Although I have everything installed.

lexterror commented 1 year ago

the exact error is:

Attribute Error gi.repository.gtk object has no attribute colordialog

Its the same issue on both Linux Os

lexterror commented 1 year ago

Sorry I did not post screenshots before. I felt a bit guilty by bring in up this issue because I did not follow the regular setup. I really did not want to bother anyone. But having gradients is kind of neat.

Screenshot from 2023-07-06 23 05 05

Screenshot from 2023-07-06 23 05 43

lexterror commented 1 year ago

I installed from flatpak everything works. I have one last comment:

Do you think you could provide an AppImage in the future please?

Thank you!

TheWisker commented 1 year ago

When not installing from the normal sources you need to install the dependencies manually. The problem could have been the Gtk version installed or something similar.

About the appimage, I will take a look at it to provide more diverse and reliable installation options!

Thanks for the support!