aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2024-01-09 05:55:18 +0900
committerGitHub <noreply@github.com>2024-01-09 05:55:18 +0900
commitcec16f12164c1f55b8d0649fa415f32c8fb3b34e (patch)
tree2016a9ffb82e1ca9f1da31547c83e7978ce0c821 /config
parent2c0f9603b9c4d392f1fc46dd16fdffdc4c1fa466 (diff)
parentded28ab85a197efbdea865d250593cc402e01f19 (diff)
Merge pull request #132 from momcilovicluka/development
fix(waybar): fix cava creating multiple instances
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/scripts/WaybarCava.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh
index 77fce82a..711f4c62 100755
--- a/config/hypr/scripts/WaybarCava.sh
+++ b/config/hypr/scripts/WaybarCava.sh
@@ -28,5 +28,8 @@ data_format = ascii
ascii_max_range = 7
EOF
+# Kill cava if it's already running
+pkill -f "cava -p $config_file"
+
# Read stdout from cava and perform substitution in a single sed command
cava -p "$config_file" | sed -u "$dict"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage