diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-24 01:13:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-24 01:13:30 +0900 |
| commit | 610a46e8fe3c5c0d0b292977b6015d9f858e5e98 (patch) | |
| tree | c36748cfdaa03b5ed387029637c5cf843280aa3a | |
| parent | 3861a76a4b4b46b4ad87e2499e0a478270877487 (diff) | |
| parent | 04d1ae7a82ccb0dacd5cd2723f3e41c1a6c98167 (diff) | |
Merge pull request #138 from JaKooLit/development
Development
| -rwxr-xr-x | config/hypr/UserScripts/RofiBeats.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/WaybarCava.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 405451f5..16777f55 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -45,4 +45,4 @@ main() { } # Check if an online music process is running and send a notification, otherwise run the main function -pkill -f http && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main +pkill mpv && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || main 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 |
