You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the cava idea. I decided to use the same idea but I faced with the issue. Your cava.sh consumes a lot of CPU. On my machine in idle mode cava.sh consumes 0.7 of CPU% + cava utility itself consumes 0.6 + Waybar starting consume 1.2CPU% + Sway starting consume 1%CPU. Which is not an efficient.
I've done next improvements . You can check it
waybar config waybar config "custom/cava": { "exec": "cava -p $XDG_CONFIG_HOME/waybar/scripts/cava.conf | sed -u 's/;//g;s/0/▁/g;s/1/▂/g;s/2/▃/g;s/3/▄/g;s/4/▅/g;s/5/▆/g;s/6/▇/g;s/7/█/g;'", },
With such configuration - CPU consumption is decreased significant.
The text was updated successfully, but these errors were encountered:
Thanks for the cava idea. I decided to use the same idea but I faced with the issue. Your cava.sh consumes a lot of CPU. On my machine in idle mode cava.sh consumes 0.7 of CPU% + cava utility itself consumes 0.6 + Waybar starting consume 1.2CPU% + Sway starting consume 1%CPU. Which is not an efficient.
I've done next improvements . You can check it
"custom/cava": { "exec": "cava -p $XDG_CONFIG_HOME/waybar/scripts/cava.conf | sed -u 's/;//g;s/0/▁/g;s/1/▂/g;s/2/▃/g;s/3/▄/g;s/4/▅/g;s/5/▆/g;s/6/▇/g;s/7/█/g;'", },
With such configuration - CPU consumption is decreased significant.
The text was updated successfully, but these errors were encountered: