diff options
| author | KKV9 <ciaranob.cob@gmail.com> | 2024-01-20 16:11:00 +0000 |
|---|---|---|
| committer | KKV9 <ciaranob.cob@gmail.com> | 2024-01-20 16:11:00 +0000 |
| commit | df9f507358c5bcc1222bba00ed1ae3644fe8ced8 (patch) | |
| tree | 38b5839b299859e442c815d176075825c80b0449 /config | |
| parent | 3861a76a4b4b46b4ad87e2499e0a478270877487 (diff) | |
Fix: Set cava waybar input to pulse audio
Cava does not always default to pulseaudio
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 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 |
