Browse Source

Merge pull request #138 from JaKooLit/development

Development
pull/158/head^2 v2.2.4
Ja.KooLit 2 years ago committed by GitHub
parent
commit
610a46e8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/UserScripts/RofiBeats.sh
  2. 4
      config/hypr/scripts/WaybarCava.sh

2
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 # 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

4
config/hypr/scripts/WaybarCava.sh

@ -21,6 +21,10 @@ cat >"$config_file" <<EOF
[general] [general]
bars = 10 bars = 10
[input]
method = pulse
source = auto
[output] [output]
method = raw method = raw
raw_target = /dev/stdout raw_target = /dev/stdout

Loading…
Cancel
Save