diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-20 18:13:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 18:13:56 -0500 |
| commit | 515c5d5c6507015569056d79c20c1eb32355215e (patch) | |
| tree | 38b5839b299859e442c815d176075825c80b0449 | |
| parent | 204b32f10eca2631916dbf87465801344fbb4f7c (diff) | |
| parent | df9f507358c5bcc1222bba00ed1ae3644fe8ced8 (diff) | |
Merge pull request #135 from KKV9/fixes
Fix: Set cava waybar input to pulse audio
| -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 711f4c62..62e3558e 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -21,6 +21,10 @@ cat >"$config_file" <<EOF [general] bars = 10 +[input] +method = pulse +source = auto + [output] method = raw raw_target = /dev/stdout |
