diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-02-26 16:46:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 16:46:10 -0500 |
| commit | 007be64aeef4e8d6e6e17f919065135a4694106c (patch) | |
| tree | 6df7954574c8ff622a822bde86e17c78e0f91893 /config | |
| parent | 37d0c468686b7202baa40b0cdc27eec74a8768dd (diff) | |
Update WaybarCava.sh set framerate to 30
Older CPU systems show significant CPU use with default framerate value. This patch sets it to 30. The CPU load is less but it still is responsive on the waybar. Added text in file to explain this and that it can be increased if they wish
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/WaybarCava.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh index 99261387..d31a05b5 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -18,6 +18,10 @@ done config_file="/tmp/bar_cava_config" cat >"$config_file" <<EOF [general] +# Older systems show significant CPU use with default framerate +# Setting maximum framerate to 30 +# You can increase the value if you wish +framerate = 30 bars = 10 [input] |
