Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
2.18k stars 112 forks source link

[ASK] is it possible to embed cava audio visualizer into a widget somehow? #570

Closed Eugenenoble2005 closed 3 weeks ago

Eugenenoble2005 commented 1 month ago

I can't seem to find any instructions on this. Is it possible and where can i read more about it/ find some example. Many thanks!!

kotontrion commented 1 month ago

Yes it is possible. The easiest way to achieve this is, is by configuring cava to print the values to stdout and use a Variable to listen to it. In my config I do exactly that. I then use a drawing area for the visualization.

https://github.com/kotontrion/dotfiles/blob/main/.config%2Fags%2Fmodules%2Fcava%2Fcava.js

Eugenenoble2005 commented 1 month ago

Alright, @kotontrion ill be sure to check this out. Thanks alot.