diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-27 10:02:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 10:02:06 +0900 |
| commit | f091f84811e2cebbfd30c00dc7fd3328f1220d53 (patch) | |
| tree | b78df7d22bac188be583cb7c1a92fe563094e578 /config/hypr | |
| parent | c20cc511fffb7a475105b23c841b193975fdc6fc (diff) | |
| parent | b4b8cfbf2d67ed3086ddea285021614d78ac7c08 (diff) | |
Merge branch 'development' into main
Diffstat (limited to 'config/hypr')
| -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] |
